aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2002-12-04 23:00:14 +0000
committerDavid Carlton <carlton@bactrian.org>2002-12-04 23:00:14 +0000
commitf1253c7b9fc11765e335136c10e04cf52e028c3d (patch)
treec80bbd38dc9b4bf1d9205d330992a6d8a9a54e4c /gdb
parent406bc4de57874e2615bbc431d859045e5626610a (diff)
downloadgdb-f1253c7b9fc11765e335136c10e04cf52e028c3d.zip
gdb-f1253c7b9fc11765e335136c10e04cf52e028c3d.tar.gz
gdb-f1253c7b9fc11765e335136c10e04cf52e028c3d.tar.bz2
2002-12-04 David Carlton <carlton@math.stanford.edu>
* Makefile.in (f-exp.tab.c): Don't depend on c-exp.tab.c.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index bed9a7c..c42df9d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
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
function.
(lookup_symbol_aux_minsyms): New function.
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 9c0d6e5..15b3211 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -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' \