From: Jarkko Hietaniemi Date: Tue, 24 Apr 2001 01:11:40 +0000 (+0000) Subject: Additional dependencies; should help for parallel makes X-Git-Tag: accepted/trunk/20130322.191538~32226 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aff90337ceb134b69fd9fab14c3ba75d7655595d;p=platform%2Fupstream%2Fperl.git Additional dependencies; should help for parallel makes not to fail on missing lib/lib.pm or lib/re.pm. p4raw-id: //depot/perl@9808 --- diff --git a/Makefile.SH b/Makefile.SH index ed1dc69..051884d 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; \