* Makefile.in (.y.c): Modify $(YLWRAP) invocation to use

the new argument order.
This commit is contained in:
Paul N. Hilfinger 2004-09-24 09:50:28 +00:00
parent 1ba54ee020
commit 3f2c7a45be
2 changed files with 6 additions and 1 deletions

View 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.

View 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' \