aboutsummaryrefslogtreecommitdiff
path: root/pan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pan/Makefile')
-rw-r--r--pan/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/pan/Makefile b/pan/Makefile
index 4b8de15a0..a6e2bdea6 100644
--- a/pan/Makefile
+++ b/pan/Makefile
@@ -25,6 +25,10 @@ top_srcdir ?= ..
include $(top_srcdir)/include/mk/env_pre.mk
include $(top_srcdir)/include/mk/functions.mk
+# XXX (garrcoop): some versions of flex/bison generate crap code that doesn't
+# check the return code from fwrite(3).
+CPPFLAGS += -Wno-error
+
CPPFLAGS += -I$(abs_srcdir)
LDLIBS += -lm $(LEXLIB)