diff options
Diffstat (limited to 'libio/testsuite/Makefile.in')
-rw-r--r-- | libio/testsuite/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/testsuite/Makefile.in b/libio/testsuite/Makefile.in index 3b88456da7b..75465243d4a 100644 --- a/libio/testsuite/Makefile.in +++ b/libio/testsuite/Makefile.in @@ -56,7 +56,7 @@ clean-info: .PHONY: install-info install-info: -check: site.exp all just-check +check: all just-check site.exp: ./config.status Makefile @echo "Making a new config file..." @@ -79,7 +79,7 @@ site.exp: ./config.status Makefile -e '1,/^## All variables above are.*##/ d' >> site.exp -@rm -f ./tmp? -just-check: +just-check: site.exp rootme=`pwd`; export rootme; \ srcdir=${srcdir} ; export srcdir ; \ EXPECT=${EXPECT} ; export EXPECT ; \ |