diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2004-06-19 12:36:58 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2004-06-19 12:36:58 +0000 |
commit | 4caedec1dd93280fb3e78495aded8e3b595fb0b6 (patch) | |
tree | 3388d9fd2415a96ff85e8413cec709287c565abf /Makefile.SH | |
parent | ee09ed4c5400432b740fa28e81457acfd0edfb65 (diff) | |
download | perl-4caedec1dd93280fb3e78495aded8e3b595fb0b6.tar.gz |
'make test' without preceeding 'make' fails.
Change #22872 added a target to run mktables, but this was
skipped if 'make test' was run first, causing the build of
Unicode::Normalize to fail.
p4raw-id: //depot/perl@22961
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 ebebd3ac2f..762057024f 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1070,7 +1070,7 @@ _test_prep: test_prep_pre: preplibrary utilities $(nonxs_ext) -test_prep: test_prep_pre miniperl$(EXE_EXT) perl$(EXE_EXT) $(dynamic_ext) $(TEST_PERL_DLL) +test_prep: test_prep_pre miniperl$(EXE_EXT) $(unidatafiles) perl$(EXE_EXT) $(dynamic_ext) $(TEST_PERL_DLL) PERL=./perl $(MAKE) _test_prep _test_tty: |