mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
some of the ports...
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
# Makefile for the bootstrap module
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/backend/bootstrap/Makefile,v 1.11 1997/12/17 04:58:21 scrappy Exp $
|
||||
# $Header: /cvsroot/pgsql/src/backend/bootstrap/Makefile,v 1.12 1997/12/20 00:23:19 scrappy Exp $
|
||||
#
|
||||
#
|
||||
# We must build bootparse.c and bootscanner.c with yacc and lex and sed,
|
||||
@ -23,10 +23,6 @@ include ../../Makefile.global
|
||||
|
||||
INCLUDE_OPT= -I..
|
||||
|
||||
ifdef PORTNAME
|
||||
INCLUDE_OPT+=-I../port/$(PORTNAME)
|
||||
endif
|
||||
|
||||
CFLAGS+= $(INCLUDE_OPT)
|
||||
|
||||
ifeq ($(CC), gcc)
|
||||
|
Reference in New Issue
Block a user