2002-12-04 David Carlton <carlton@math.stanford.edu>

* Makefile.in (f-exp.tab.c): Don't depend on c-exp.tab.c.
This commit is contained in:
David Carlton 2002-12-04 23:00:14 +00:00
parent 406bc4de57
commit f1253c7b9f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-12-04 David Carlton <carlton@math.stanford.edu>
* Makefile.in (f-exp.tab.c): Don't depend on c-exp.tab.c.
2002-12-04 David Carlton <carlton@math.stanford.edu>
* symtab.c (lookup_symbol_aux): Move minsym code into a separate

View File

@ -1264,7 +1264,7 @@ jv-exp.tab.c: jv-exp.y
# See comments above ...
.PRECIOUS: f-exp.tab.c
f-exp.tab.o: f-exp.tab.c
f-exp.tab.c: f-exp.y c-exp.tab.c
f-exp.tab.c: f-exp.y
$(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/f-exp.y y.tab.c f-exp.tmp -- $(YFLAGS)
-sed -e '/extern.*malloc/d' \
-e '/extern.*realloc/d' \