From bed4099e4f8e00d96190821484162793e81dfd66 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Thu, 27 Dec 2001 04:00:58 +0000 Subject: [PATCH] Make sure bison gets -d flag (creates a separate header file). svn path=/trunk/yasm/; revision=410 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \