diff options
Diffstat (limited to 'src/backend/bootstrap/Makefile')
| -rw-r--r-- | src/backend/bootstrap/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/backend/bootstrap/Makefile b/src/backend/bootstrap/Makefile index ec71797ee1..8835803b73 100644 --- a/src/backend/bootstrap/Makefile +++ b/src/backend/bootstrap/Makefile @@ -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) |
