From 24f55df1aea4d8ce27eec842eaa255ac78b76693 Mon Sep 17 00:00:00 2001 From: rlar Date: Fri, 17 Sep 2010 16:41:10 +0000 Subject: [PATCH] fix parse-bison.y dependencies --- ChangeLog | 4 ++++ src/frontend/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a886327ae..0abed0722 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-09-17 Robert Larice + * src/frontend/Makefile.am : + fix parse-bison.y dependencies + 2010-09-17 Robert Larice * autogen.sh : run aclocal first, then libtoolize diff --git a/src/frontend/Makefile.am b/src/frontend/Makefile.am index 158f33f93..11da8ff40 100644 --- a/src/frontend/Makefile.am +++ b/src/frontend/Makefile.am @@ -195,6 +195,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include @X_CFLAGS@ MAINTAINERCLEANFILES = Makefile.in -parse-bison-inc.c parse-bison-inc.h : parse-bison.y +parse-bison.c parse-bison.h : parse-bison.y bison $< -parse.c : parse-bison-inc.c +parse.c : parse-bison.c