Makefile.in: Revert previous change. yylwrap was rolled back instead.
This commit is contained in:
parent
07ce38d7cb
commit
00937274d3
@ -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>
|
2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
|
||||||
|
|
||||||
* Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
|
* Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
|
||||||
|
@ -1564,7 +1564,7 @@ po/$(PACKAGE).pot: force
|
|||||||
|
|
||||||
.SUFFIXES: .y .l
|
.SUFFIXES: .y .l
|
||||||
.y.c:
|
.y.c:
|
||||||
$(SHELL) $(YLWRAP) $< y.tab.c $@.tmp -- "$(YACC)" $(YFLAGS)
|
$(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $@.tmp -- $(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 New Issue
Block a user