* Makefile.in (.y.c, .l.c): sed free to xfree.
This commit is contained in:
parent
f0323ca003
commit
676e87b308
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-10-27 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* Makefile.in (.y.c, .l.c): sed free to xfree.
|
||||
|
||||
2008-10-27 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* Makefile.in (INSTALLED_LIBS, CLIBS): Remove reference to
|
||||
|
|
|
@ -1470,6 +1470,8 @@ po/$(PACKAGE).pot: force
|
|||
-e '/include.*malloc.h/d' \
|
||||
-e 's/\([^x]\)malloc/\1xmalloc/g' \
|
||||
-e 's/\([^x]\)realloc/\1xrealloc/g' \
|
||||
-e 's/\([ \t;,(]\)free\([ \t]*[&(),]\)/\1xfree\2/g' \
|
||||
-e 's/\([ \t;,(]\)free$$/\1xfree/g' \
|
||||
-e '/^#line.*y.tab.c/d' \
|
||||
< $@.tmp > $@.new
|
||||
-rm $@.tmp
|
||||
|
@ -1484,6 +1486,8 @@ po/$(PACKAGE).pot: force
|
|||
-e '/include.*malloc.h/d' \
|
||||
-e 's/\([^x]\)malloc/\1xmalloc/g' \
|
||||
-e 's/\([^x]\)realloc/\1xrealloc/g' \
|
||||
-e 's/\([ \t;,(]\)free\([ \t]*[&(),]\)/\1xfree\2/g' \
|
||||
-e 's/\([ \t;,(]\)free$$/\1xfree/g' \
|
||||
-e 's/yy_flex_xrealloc/yyxrealloc/g' \
|
||||
< $@ > $@.new && \
|
||||
rm -f $@ && \
|
||||
|
|
Loading…
Reference in a new issue