Additional dependency cfg_parser.h:cfg_parser.y
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -102,7 +102,7 @@ parsedate.c: $(srcdir)/parsedate.y | ... | @@ -102,7 +102,7 @@ parsedate.c: $(srcdir)/parsedate.y |
102 | y.tab.c parsedate.c y.output parsedate.y.output \ | 102 | y.tab.c parsedate.c y.output parsedate.y.output \ |
103 | -- -yy pd_yy | 103 | -- -yy pd_yy |
104 | 104 | ||
105 | cfg_parser.c: $(srcdir)/cfg_parser.y | 105 | cfg_parser.c cfg_parser.h: $(srcdir)/cfg_parser.y |
106 | $(YLWRAP) "$(YACC) $(AM_YFLAGS) -d" $< \ | 106 | $(YLWRAP) "$(YACC) $(AM_YFLAGS) -d" $< \ |
107 | y.tab.c cfg_parser.c y.tab.h cfg_parser.h \ | 107 | y.tab.c cfg_parser.c y.tab.h cfg_parser.h \ |
108 | y.output cfg_parser.y.output \ | 108 | y.output cfg_parser.y.output \ | ... | ... |
-
Please register or sign in to post a comment