diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-02-28 19:06:41 +0200 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-03-05 18:39:25 +0000 |
commit | 188cd53ff50c647c5f2128f38b2d4035e11e4770 (patch) | |
tree | 5aa37fb2b8aa108b322b777cd4641b1a4125ea17 /Makefile.SH | |
parent | c6c5e21eb7b0f418ef5d03f5c3a03e124b381f5a (diff) | |
download | perl-188cd53ff50c647c5f2128f38b2d4035e11e4770.tar.gz |
5.004_61: Makefile.SH: 'ok' target needs perlbug...
p4raw-id: //depot/perl@772
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 ebbdbe97cc..e21c3703d3 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -545,7 +545,7 @@ minitest: miniperl # installed perlbug. We don't re-run the tests here - we trust the user. # Please *don't* use this unless all tests pass. # If you want to report test failures, just use "perlbug -Ilib". -ok: +ok: utilities ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' clist: $(c) |