]> Git Repo - binutils.git/blobdiff - binutils/Makefile.in
* Makefile.in (check): Add a dummy else clause to the if
[binutils.git] / binutils / Makefile.in
index ea2f5b2100fba63366b5a6e240ac454a33a91e43..41e395fd19e614a55efdaab1d9a3c51119432c51 100644 (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)
 
This page took 0.024169 seconds and 4 git commands to generate.