Pacify ./configure --enable-gcc-warnings.

* Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS) because many files
in lib won't compile with it.
* src/local.mk (src_bison_CFLAGS): Use $(WERROR_CFLAGS) here only.
This commit is contained in:
Joel E. Denny
2009-04-03 00:32:27 -04:00
parent 78f654185a
commit e021191bcf
3 changed files with 11 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ bin_PROGRAMS = src/bison
bin_SCRIPTS = $(YACC_SCRIPT)
EXTRA_SCRIPTS = src/yacc
src_bison_CFLAGS = $(AM_CFLAGS) $(WERROR_CFLAGS)
src_bison_SOURCES = \
src/LR0.c \
src/LR0.h \