From 9b14c27a1e28a02877f389c1cc406adafbb27b64 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 19 Oct 1994 18:40:45 +0000 Subject: [PATCH] * Makefile.in (check): Add a dummy else clause to the if statement. --- binutils/ChangeLog | 9 +++++++++ binutils/Makefile.in | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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) -- 2.30.2