From: Ian Lance Taylor Date: Wed, 19 Oct 1994 18:40:45 +0000 (+0000) Subject: * Makefile.in (check): Add a dummy else clause to the if X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b14c27a1e28a02877f389c1cc406adafbb27b64;p=binutils-gdb.git * Makefile.in (check): Add a dummy else clause to the if statement. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5300fbb76ba..774dbb83cc8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +Wed Oct 19 14:09:16 1994 Ian Lance Taylor + + * 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 * objcopy.c (copy_object): If the output file format is `binary', diff --git a/binutils/Makefile.in b/binutils/Makefile.in index ea2f5b2100f..41e395fd19e 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -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)