aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorBill Cox <bill@cygnus>1994-05-13 18:15:46 +0000
committerBill Cox <bill@cygnus>1994-05-13 18:15:46 +0000
commitf3e72e3771ea66fb319fe96b96403ef212dbfb50 (patch)
treeb68df4e228ae1cb4ebd0b66a0019f1ff169fa9bd /bfd
parent269773c1a959c5f73083894da9ea050d2ca30dce (diff)
downloadgdb-f3e72e3771ea66fb319fe96b96403ef212dbfb50.zip
gdb-f3e72e3771ea66fb319fe96b96403ef212dbfb50.tar.gz
gdb-f3e72e3771ea66fb319fe96b96403ef212dbfb50.tar.bz2
* Makefile.in (sysdep.h): Copy Ian's version of this from
progressive/bfd/Makefile.in.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/Makefile.in3
2 files changed, 6 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 94c8450..56f86be 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+Fri May 13 11:15:12 1994 Bill Cox (bill@rtl.cygnus.com)
+
+ * Makefile.in (sysdep.h): Copy Ian's version of this from
+ progressive/bfd/Makefile.in.
+
Fri May 13 10:43:51 1994 Bill Cox (bill@rtl.cygnus.com)
* Makefile.in (stmp-bfd.h): Add an 'if' to mask a harmless
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 26400bf..c95415e 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -478,8 +478,7 @@ $(BFD_H): stmp-bfd.h ; @true
# If the file is still there, kill it.
stmp-bfd.h : $(srcdir)/bfd-in2.h Makefile
rm -f bfd.h-new 64 ../include/bfd.h
- if grep BFD_HOST_64_BIT sysdep.h > 64 2>/dev/null ; then true ; \
- else touch 64 ; fi
+ grep BFD_HOST_64_BIT sysdep.h > 64 2>/dev/null || exit 0
sed -e 's/@WORDSIZE@/$(WORDSIZE)/' \
-e "s/@VERSION@/`cat $(srcdir)/VERSION`/" \
-e '/64-bit.*sysdep.h/ r 64' \