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 948fb47f01664eb4e578972a7a9d79f10c7a5275..b57ffa8ff3d06588a7f89ada0fa9d4b6552642c6 100644 (file)
@@ -1,3 +1,8 @@
+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
index c12fe1e22c2c036ae699fa5c882a029d7888ea68..f148868c91e72fa75ff7ce0e88e25464fffa6f5d 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' \
This page took 0.030425 seconds and 4 git commands to generate.