diff options
author | Paul N. Hilfinger <hilfinger@adacore.com> | 2004-09-24 09:50:28 +0000 |
---|---|---|
committer | Paul N. Hilfinger <hilfinger@adacore.com> | 2004-09-24 09:50:28 +0000 |
commit | 3f2c7a45bef8a2fc147186f0b247c2a2a4ab1eae (patch) | |
tree | 893ee4113e461e18e0e27309cba392bd57076d7d /gdb/Makefile.in | |
parent | 1ba54ee0206e3d32ee062d24d8342cd713ab4a0a (diff) | |
download | gdb-3f2c7a45bef8a2fc147186f0b247c2a2a4ab1eae.zip gdb-3f2c7a45bef8a2fc147186f0b247c2a2a4ab1eae.tar.gz gdb-3f2c7a45bef8a2fc147186f0b247c2a2a4ab1eae.tar.bz2 |
* Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
the new argument order.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index f148868..c12fe1e 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -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' \ |