* Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
the new argument order.
This commit is contained in:
parent
1ba54ee020
commit
3f2c7a45be
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2004-09-23 Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
|
||||||
* MAINTAINERS: Remove "broken" from XStormy16 entry.
|
* MAINTAINERS: Remove "broken" from XStormy16 entry.
|
||||||
|
|
|
@ -1564,7 +1564,7 @@ po/$(PACKAGE).pot: force
|
||||||
|
|
||||||
.SUFFIXES: .y .l
|
.SUFFIXES: .y .l
|
||||||
.y.c:
|
.y.c:
|
||||||
$(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $@.tmp -- $(YFLAGS)
|
$(SHELL) $(YLWRAP) $< y.tab.c $@.tmp -- "$(YACC)" $(YFLAGS)
|
||||||
-sed -e '/extern.*malloc/d' \
|
-sed -e '/extern.*malloc/d' \
|
||||||
-e '/extern.*realloc/d' \
|
-e '/extern.*realloc/d' \
|
||||||
-e '/extern.*free/d' \
|
-e '/extern.*free/d' \
|
||||||
|
|
Loading…
Reference in a new issue