diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-10-19 18:40:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-10-19 18:40:45 +0000 |
commit | 9b14c27a1e28a02877f389c1cc406adafbb27b64 (patch) | |
tree | d87582813c1413f61d43c0667d46daac4705a98c /binutils/Makefile.in | |
parent | a6afc0907186cf94ec6054d8c210727a3b4733af (diff) | |
download | gdb-9b14c27a1e28a02877f389c1cc406adafbb27b64.zip gdb-9b14c27a1e28a02877f389c1cc406adafbb27b64.tar.gz gdb-9b14c27a1e28a02877f389c1cc406adafbb27b64.tar.bz2 |
* Makefile.in (check): Add a dummy else clause to the if
statement.
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r-- | binutils/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in index ea2f5b2..41e395f 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) |