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 | aff90337ceb134b69fd9fab14c3ba75d7655595d (patch) | |
tree | 149d6ba3937bec813bbd2e194df92f242f097341 /Makefile.SH | |
parent | 38e81d60445a7f4bad958fec53ae294aebf176e0 (diff) | |
download | perl-aff90337ceb134b69fd9fab14c3ba75d7655595d.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; \ |