From d34c55c6e16592fb089a764cc27d95fac8c3ab0e Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 3 Jun 1993 18:16:02 +0000 Subject: hack backquoted command in Makefile.in to always have zero exit status --- binutils/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/Makefile.in') diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 3d37192..ee325fd 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -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; \ -- cgit v1.1