diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-29 13:52:44 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-29 13:52:44 +0000 |
commit | 48a293f80d23821f3c0607e55e7a7df61f5cff78 (patch) | |
tree | 0a64c3a89adffa29be75dc4cf4b9cb616f5b9207 /Makefile.SH | |
parent | b395063c4500baaa5d9b1c18d28abaadc275a05c (diff) | |
download | perl-48a293f80d23821f3c0607e55e7a7df61f5cff78.tar.gz |
test-prep target was missing.
p4raw-id: //depot/perl@9433
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 8033ca9528..b8227a6193 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -903,7 +903,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 |