* Makefile.in (sysdep.h): Copy Ian's version of this from
authorBill Cox <bill@cygnus>
Fri, 13 May 1994 18:15:46 +0000 (18:15 +0000)
committerBill Cox <bill@cygnus>
Fri, 13 May 1994 18:15:46 +0000 (18:15 +0000)
  progressive/bfd/Makefile.in.

bfd/ChangeLog
bfd/Makefile.in

index 94c8450b683f939896fe33bd49b05dc56b3df747..56f86be2b3f0aca98d98b26f78e2f9ee292d00cf 100644 (file)
@@ -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
index 26400bf6edaf211010e2e61f69a75a76d523f42b..c95415e1fcf17d0e28983e5f4c3eee402567843d 100644 (file)
@@ -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' \