summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1996-11-08 06:02:30 +0000
committerBruce Momjian <bruce@momjian.us>1996-11-08 06:02:30 +0000
commit4b2b8592a04730b800583ee6b5638d04bf0d95bd (patch)
tree5c91dead4db4240f387ec65fb1a21194d79522ce /src/backend/bootstrap
parentd79bb2fd0ee968602421a1a8d87700204f070d52 (diff)
downloadpostgresql-4b2b8592a04730b800583ee6b5638d04bf0d95bd.tar.gz
Compile and warning cleanup
Diffstat (limited to 'src/backend/bootstrap')
-rw-r--r--src/backend/bootstrap/Makefile4
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