diff options
| author | Bruce Momjian <bruce@momjian.us> | 1996-11-09 06:24:51 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1996-11-09 06:24:51 +0000 |
| commit | a0990e18849a184ec57926b8f2fe56c83e3c017e (patch) | |
| tree | 9ec6815ac8381be0ce10e7c0a2977d3cedfd1dfd /src/backend/bootstrap | |
| parent | 1d0e30839514f2802299b75e6488ba56e9ca5f7e (diff) | |
| download | postgresql-a0990e18849a184ec57926b8f2fe56c83e3c017e.tar.gz | |
Makefile cleanup after reorganization
Diffstat (limited to 'src/backend/bootstrap')
| -rw-r--r-- | src/backend/bootstrap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/bootstrap/Makefile b/src/backend/bootstrap/Makefile index b5dd5c5530..beb2756c94 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.2 1996/11/08 05:55:46 momjian Exp $ +# $Header: /cvsroot/pgsql/src/backend/bootstrap/Makefile,v 1.3 1996/11/09 06:17:44 momjian Exp $ # # # We must build bootparse.c and bootscanner.c with yacc and lex and sed, @@ -23,7 +23,6 @@ include ../../Makefile.global INCLUDE_OPT = -I.. \ -I../port/$(PORTNAME) \ - -I../include \ -I../../include CFLAGS += $(INCLUDE_OPT) -Wno-error |
