diff options
| author | Bruce Momjian <bruce@momjian.us> | 1996-11-08 06:02:30 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1996-11-08 06:02:30 +0000 |
| commit | 4b2b8592a04730b800583ee6b5638d04bf0d95bd (patch) | |
| tree | 5c91dead4db4240f387ec65fb1a21194d79522ce /src/backend/bootstrap | |
| parent | d79bb2fd0ee968602421a1a8d87700204f070d52 (diff) | |
| download | postgresql-4b2b8592a04730b800583ee6b5638d04bf0d95bd.tar.gz | |
Compile and warning cleanup
Diffstat (limited to 'src/backend/bootstrap')
| -rw-r--r-- | src/backend/bootstrap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/bootstrap/Makefile b/src/backend/bootstrap/Makefile index 66ed86f3c5..b5dd5c5530 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.1 1996/10/27 09:46:59 bryanh Exp $ +# $Header: /cvsroot/pgsql/src/backend/bootstrap/Makefile,v 1.2 1996/11/08 05:55:46 momjian Exp $ # # # We must build bootparse.c and bootscanner.c with yacc and lex and sed, @@ -26,7 +26,7 @@ INCLUDE_OPT = -I.. \ -I../include \ -I../../include -CFLAGS += $(INCLUDE_OPT) +CFLAGS += $(INCLUDE_OPT) -Wno-error BOOTYACCS = bootstrap_tokens.h bootparse.c |
