diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-18 23:02:56 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-18 23:02:56 +0000 |
commit | 06cdad7ff48a7acdc199f74648be3674cb16c555 (patch) | |
tree | ec718d0056e2db9778e3c6be67909fd741ef69ef /bfd/Makefile.in | |
parent | b32ae8e2c45f22792a5caae4749823c395e31c4b (diff) | |
download | gdb-06cdad7ff48a7acdc199f74648be3674cb16c555.zip gdb-06cdad7ff48a7acdc199f74648be3674cb16c555.tar.gz gdb-06cdad7ff48a7acdc199f74648be3674cb16c555.tar.bz2 |
* Makefile.in (stmp-bfd.h): Ignore nonzero exit status from grep.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index b570eba..62ed8be 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 |