Fixed missing binary dependency of `still'.
authorlace <>
Fri, 15 Jun 2007 10:02:02 +0000 (10:02 +0000)
committerlace <>
Fri, 15 Jun 2007 10:02:02 +0000 (10:02 +0000)
Makefile

index 09d6610..ff5ac8f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ check: testsuite
        @echo OK
 
 .PHONY: still
        @echo OK
 
 .PHONY: still
-still:
+still: testsuite
        ls -l core* 2>/dev/null || true
        date --iso=seconds
        set -ex; ulimit -c unlimited; time ./testsuite -l
        ls -l core* 2>/dev/null || true
        date --iso=seconds
        set -ex; ulimit -c unlimited; time ./testsuite -l