Makefile.in: Revert previous change. yylwrap was rolled back instead.
authorPaul N. Hilfinger <hilfinger@adacore.com>
Fri, 24 Sep 2004 18:17:58 +0000 (18:17 +0000)
committerPaul N. Hilfinger <hilfinger@adacore.com>
Fri, 24 Sep 2004 18:17:58 +0000 (18:17 +0000)
gdb/ChangeLog
gdb/Makefile.in

index 948fb47..b57ffa8 100644 (file)
@@ -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.
 
index c12fe1e..f148868 100644 (file)
@@ -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' \