aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 948fb47..b57ffa8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
+ * Makefile.in (.y.c): Revert previous change. ../ylwrap was
+ rolled back instead.
+
+2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
+
* Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
the new argument order.
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index c12fe1e..f148868 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1564,7 +1564,7 @@ po/$(PACKAGE).pot: force
.SUFFIXES: .y .l
.y.c:
- $(SHELL) $(YLWRAP) $< y.tab.c $@.tmp -- "$(YACC)" $(YFLAGS)
+ $(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $@.tmp -- $(YFLAGS)
-sed -e '/extern.*malloc/d' \
-e '/extern.*realloc/d' \
-e '/extern.*free/d' \