From 06cdad7ff48a7acdc199f74648be3674cb16c555 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Fri, 18 Jun 1993 23:02:56 +0000 Subject: [PATCH] * Makefile.in (stmp-bfd.h): Ignore nonzero exit status from grep. --- bfd/ChangeLog | 4 ++++ bfd/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e42efcee924..aa1cab56fe8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. diff --git a/bfd/Makefile.in b/bfd/Makefile.in index b570eba713e..62ed8be0541 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -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 -- 2.30.2