prototype("CORE::recv")
[p5sagit/p5-mst-13.2.git] / Makefile.SH
index 8033ca9..a2ffe48 100644 (file)
@@ -149,7 +149,8 @@ CLDFLAGS = $ldflags
 mallocsrc = $mallocsrc
 mallocobj = $mallocobj
 LNS = $lns
-CPS = $cp -f
+# NOTE: some systems don't grok "cp -f". XXX Configure test needed?
+CPS = $cp
 RMS = rm -f
 ranlib = $ranlib
 
@@ -890,6 +891,7 @@ _test:
        else \
          $(MAKE) _test_notty; \
        fi
+       @echo "Ran tests" > t/rantests
 
 test check: test_prep
        PERL=./perl $(MAKE) _test
@@ -903,7 +905,7 @@ test_notty: test_prep
 utest ucheck: test_prep
        PERL=./perl UTF8=-utf8 $(MAKE) _test
 
-# Backward compat.
+test-prep:     test_prep
 
 test-tty:      test_tty