* Makefile.in (check): Add a dummy else clause to the if

statement.
This commit is contained in:
Ian Lance Taylor 1994-10-19 18:40:45 +00:00
parent a6afc09071
commit 9b14c27a1e
2 changed files with 10 additions and 1 deletions

View 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',

View 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)