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