summaryrefslogtreecommitdiff
path: root/src/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/local.mk')
-rw-r--r--src/local.mk5
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