* Makefile.in (stmp-bfd.h): Ignore nonzero exit status from grep.
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 18 Jun 1993 23:02:56 +0000 (23:02 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 18 Jun 1993 23:02:56 +0000 (23:02 +0000)
bfd/ChangeLog
bfd/Makefile.in

index e42efcee9241c341e01050d635ee3b18ce4c6920..aa1cab56fe805332805472947b0ef98c48ab0c5b 100644 (file)
@@ -1,3 +1,7 @@
+Fri Jun 18 16:00:20 1993  Jim Kingdon  (kingdon@cygnus.com)
+
+       * Makefile.in (stmp-bfd.h): Ignore nonzero exit status from grep.
+
 Fri Jun 18 16:54:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * config/riscos.m{h,t}: New files.
index b570eba713ee7efa324e5620c92b44f8dc656e99..62ed8be0541e0f9009ae0fb8b23a442b1af77ab1 100644 (file)
@@ -320,7 +320,7 @@ $(BFD_H): stmp-bfd.h ; @true
 stmp-bfd.h : $(BFDIN_H) Makefile
        rm -f sysdep.sed nsysdep.h
        echo "exec sed -e '/^\\$$/d' \\" > sysdep.sed
-       grep -n '#include.*hosts/' sysdep.h \
+       -grep -n '#include.*hosts/' sysdep.h \
            | sed -e 's|\([0-9]*\):.*hosts/\(.*\)"| -e "\1r $(srcdir)/hosts/\2" -e \1d \\|' \
            >> sysdep.sed
        echo "" >> sysdep.sed