From aff90337ceb134b69fd9fab14c3ba75d7655595d Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 24 Apr 2001 01:11:40 +0000 Subject: [PATCH] Additional dependencies; should help for parallel makes not to fail on missing lib/lib.pm or lib/re.pm. p4raw-id: //depot/perl@9808 --- Makefile.SH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- 2.7.4