diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-15 01:30:09 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-15 01:30:09 +0000 |
commit | 9b99345a93e83058ceff44eef19901d8cd699da0 (patch) | |
tree | 5986b7740afbc4c7f6b6dd0b0a8b34fd0ab065dc /Makefile.SH | |
parent | b1659a88ec61a39d8c196f1e8ff528b32637f67b (diff) | |
download | perl-9b99345a93e83058ceff44eef19901d8cd699da0.tar.gz |
There isn't going to be perl.third.exe.
p4raw-id: //depot/perl@14262
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 ced2b732c0..103f503374 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1018,7 +1018,7 @@ test-notty: test_notty # Targets for Third Degree testing. -test_prep.third: test_prep perl.third perl.third$(EXE_EXT) +test_prep.third: test_prep perl.third PERL=./perl.third $(MAKE) _test_prep test.third check.third: test_prep.third perl.third |