Makefile.am, fix dependency rules for bison generated files

which have been lost in commit
> Date:   Sun Jul 5 19:34:25 2015 +0200
>
>     polish bison/flex makefile rules
This commit is contained in:
rlar 2015-10-10 19:31:04 +02:00
parent a0a5e0f9c2
commit 2f061b441e
2 changed files with 4 additions and 0 deletions

View File

@ -198,5 +198,7 @@ AM_YFLAGS = -d
MAINTAINERCLEANFILES = Makefile.in
$(srcdir)/parse.c : parse-bison.c
parse-bison.c : parse-bison.y
$(am__skipyacc) $(YACCCOMPILE) -o $@ $<

View File

@ -67,6 +67,8 @@ libinp_la_SOURCES = \
sperror.c \
inpxx.h
$(srcdir)/inpptree.c : inpptree-parser.c
inpptree-parser.c : inpptree-parser.y
$(am__skipyacc) $(YACCCOMPILE) -o $@ $<