mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* Makefile.in (check): Add a dummy else clause to the if
statement.
This commit is contained in:
parent
a6afc09071
commit
9b14c27a1e
@ -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',
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user