fix parse-bison.y dependencies
This commit is contained in:
parent
ef121c3509
commit
24f55df1ae
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue