fix parse-bison.y dependencies

This commit is contained in:
rlar 2010-09-17 16:41:10 +00:00
parent ef121c3509
commit 24f55df1ae
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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