'make test' without preceeding 'make' fails.
authorDave Mitchell <davem@fdisolutions.com>
Sat, 19 Jun 2004 12:36:58 +0000 (12:36 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Sat, 19 Jun 2004 12:36:58 +0000 (12:36 +0000)
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

Makefile.SH

index ebebd3a..7620570 100644 (file)
@@ -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: