diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/local.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/local.mk b/src/local.mk index 36c0ac7d..69592780 100644 --- a/src/local.mk +++ b/src/local.mk @@ -15,15 +15,10 @@ AUTOMAKE_OPTIONS = subdir-objects -AM_CPPFLAGS += -I$(top_srcdir)/lib -# Find builddir/src/scan-code.c etc. -AM_CPPFLAGS += -I$(top_builddir) - LDADD = lib/libbison.a $(LIBINTL) # Use our own Bison to build the parser. Of course, you ought to # keep a sane version of Bison nearby... -BISON = tests/bison YACC = $(BISON) -y AM_YFLAGS = -dv --warnings=all,error --report=all |