diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-24 01:11:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-24 01:11:40 +0000 |
commit | 8fc0b56737fda76c5c92bd03453df95c1b08a00f (patch) | |
tree | 149d6ba3937bec813bbd2e194df92f242f097341 /Makefile.SH | |
parent | a1abba40ab57caec41404319937734b2171487c3 (diff) | |
download | perl-8fc0b56737fda76c5c92bd03453df95c1b08a00f.tar.gz |
Additional dependencies; should help for parallel makes
not to fail on missing lib/lib.pm or lib/re.pm.
p4raw-id: //depot/perl@9808
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 ed1dc69bf5..051884d739 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -564,7 +564,7 @@ sperl$(OBJ_EXT): perl.c $(h) # We have to call our ./makedir because Ultrix 4.3 make can't handle the line # test -d lib/auto || mkdir lib/auto # -preplibrary: miniperl lib/Config.pm +preplibrary: miniperl lib/Config.pm lib/lib.pm lib/re.pm @sh ./makedir lib/auto @echo " AutoSplitting perl library" $(LDLIBPTH) ./miniperl -Ilib -e 'use AutoSplit; \ |