summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2001-12-27 04:00:58 +0000
committerPeter Johnson <peter@tortall.net>2001-12-27 04:00:58 +0000
commitbed4099e4f8e00d96190821484162793e81dfd66 (patch)
treec2c59fc89105d03c81a737b2ffd4cc4bec3913aa /Makefile.am
parentac056aa1fc20de3b72d23f9988e82c3ff8e64e26 (diff)
downloadyasm-bed4099e4f8e00d96190821484162793e81dfd66.tar.gz
Make sure bison gets -d flag (creates a separate header file).
svn path=/trunk/yasm/; revision=410
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ad8c619e..604d39c3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,6 +3,7 @@
SUBDIRS = intl po doc
CFLAGS = @ANSI_CFLAGS@
+AM_YFLAGS = -d
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/src \