2004-10-15 Michael Chastain <mec.gnu@mindspring.com>
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index b3824f8cc05cf611859625b79e8df2e2c5532d4d..354611341a2d065bd3814f7aa6910a0e6a64ace9 100644 (file)
@@ -1575,8 +1575,8 @@ po/$(PACKAGE).pot: force
             -e '/extern.*realloc/d' \
             -e '/extern.*free/d' \
             -e '/include.*malloc.h/d' \
-            -e 's/[^x]malloc/xmalloc/g' \
-            -e 's/[^x]realloc/xrealloc/g' \
+            -e 's/\([^x]\)malloc/\1xmalloc/g' \
+            -e 's/\([^x]\)realloc/\1xrealloc/g' \
             -e '/^#line.*y.tab.c/d' \
          < $@.tmp > $@.new
        -rm $@.tmp
@@ -1589,8 +1589,8 @@ po/$(PACKAGE).pot: force
                -e '/extern.*realloc/d' \
                -e '/extern.*free/d' \
                -e '/include.*malloc.h/d' \
-               -e 's/[^x]malloc/xmalloc/g' \
-               -e 's/[^x]realloc/xrealloc/g' \
+               -e 's/\([^x]\)malloc/\1xmalloc/g' \
+               -e 's/\([^x]\)realloc/\1xrealloc/g' \
                -e 's/yy_flex_xrealloc/yyxrealloc/g' \
              < $@ > $@.new && \
            rm -f $@ && \
This page took 0.025797 seconds and 4 git commands to generate.