2002-12-04 David Carlton <carlton@math.stanford.edu>
authorDavid Carlton <carlton@bactrian.org>
Wed, 4 Dec 2002 23:00:14 +0000 (23:00 +0000)
committerDavid Carlton <carlton@bactrian.org>
Wed, 4 Dec 2002 23:00:14 +0000 (23:00 +0000)
* Makefile.in (f-exp.tab.c): Don't depend on c-exp.tab.c.

gdb/ChangeLog
gdb/Makefile.in

index bed9a7c15d88249087719a9ab9238b409d384225..c42df9d9df01f482b27d237818d9868be218f0fe 100644 (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
index 9c0d6e58caaef0dc6cc51e05e4b006fc6419dbfa..15b321150627953440546d7a4a0cc1c27188448a 100644 (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' \
This page took 0.031242 seconds and 4 git commands to generate.