hack backquoted command in Makefile.in to always have zero exit status
[deliverable/binutils-gdb.git] / binutils / Makefile.in
index 3d371925c8480e51c9e327195f8ee45dcdc105eb..ee325fd411fc7c534327153cb87dc0da18fa3023 100644 (file)
@@ -202,7 +202,7 @@ underscore.c:
        echo "int xxy_us_dummy;" >dummy.c
        $(CC) -c dummy.c
        echo '/*WARNING: This file is automatically generated!*/' >underscore.c
-       if [ "`$(NM) dummy.o | grep _xxy_us_dummy`" != "" ]; then \
+       if [ "`$(NM) dummy.o | grep _xxy_us_dummy ; true`" != "" ]; then \
          echo "int prepends_underscore = 1;" >>underscore.c; \
        else \
          echo "int prepends_underscore = 0;" >>underscore.c; \
This page took 0.023205 seconds and 4 git commands to generate.