* Makefile.in (check): Add a dummy else clause to the if
authorIan Lance Taylor <ian@airs.com>
Wed, 19 Oct 1994 18:40:45 +0000 (18:40 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 19 Oct 1994 18:40:45 +0000 (18:40 +0000)
statement.

binutils/ChangeLog
binutils/Makefile.in

index 5300fbb..774dbb8 100644 (file)
@@ -1,3 +1,12 @@
+Wed Oct 19 14:09:16 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * Makefile.in (check): Add a dummy else clause to the if
+       statement.
+
+       * objcopy.c (copy_object): Revert yesterday's change.
+       * binutils.texi, objcopy.1: Remove special mention of --set-start
+       and `binary' output format.
+
 Tue Oct 18 11:12:01 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
 
        * objcopy.c (copy_object): If the output file format is `binary',
index ea2f5b2..41e395f 100644 (file)
@@ -205,7 +205,7 @@ check: site.exp
        EXPECT=${EXPECT} ; export EXPECT ; \
        if [ -f $$r/../expect/expect ] ; then  \
           TCL_LIBRARY=$${srcroot}/../tcl/library ; \
-          export TCL_LIBRARY ; fi ; \
+          export TCL_LIBRARY ; else true; fi ; \
        $(RUNTEST) --tool binutils --srcdir $(srcdir)/testsuite \
          $(RUNTESTFLAGS)