* Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
authorPaul N. Hilfinger <hilfinger@adacore.com>
Fri, 24 Sep 2004 09:50:28 +0000 (09:50 +0000)
committerPaul N. Hilfinger <hilfinger@adacore.com>
Fri, 24 Sep 2004 09:50:28 +0000 (09:50 +0000)
the new argument order.

gdb/ChangeLog
gdb/Makefile.in

index 3333134..948fb47 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-24  Paul Hilfinger  <hilfingr@nile.gnat.com>
+
+       * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
+       the new argument order.
+
 2004-09-23  Corinna Vinschen  <vinschen@redhat.com>
 
        * MAINTAINERS: Remove "broken" from XStormy16 entry.
index f148868..c12fe1e 100644 (file)
@@ -1564,7 +1564,7 @@ po/$(PACKAGE).pot: force
 
 .SUFFIXES: .y .l
 .y.c: 
-       $(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $@.tmp -- $(YFLAGS)
+       $(SHELL) $(YLWRAP) $< y.tab.c $@.tmp -- "$(YACC)" $(YFLAGS)
        -sed -e '/extern.*malloc/d' \
             -e '/extern.*realloc/d' \
             -e '/extern.*free/d' \