diff options
author | Steve Peters <steve@fisharerojo.org> | 2005-06-16 17:11:14 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-17 12:21:53 +0000 |
commit | 821692962b62a6cc02ec2ea1a9e1c814dcc14c59 (patch) | |
tree | 8e1a46bdd26e9ab1900a09fb8b2be84474b27448 /Makefile.SH | |
parent | 3a00b83ed94a188580921b4677320b4295bee93d (diff) | |
download | perl-821692962b62a6cc02ec2ea1a9e1c814dcc14c59.tar.gz |
[perl #36199] [PATCH] 5.8.7 fails to build with parallel make
From: "Steve Peters via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-36199-115872.8.39962488213992@perl.org>
p4raw-id: //depot/perl@24884
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index fa76455e85..fa075db2ad 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -773,6 +773,8 @@ $(CONFIGPM): config.sh miniperl$(EXE_EXT) configpm Porting/Glossary $(LDLIBPTH) ./miniperl -Ilib configpm --heavy=lib/Config_heavy.pl configpm.tmp sh mv-if-diff configpm.tmp lib/Config.pm +lib/Config.pm: lib/Config_heavy.pl + lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl$(EXE_EXT) minimod.pl $(CONFIGPM) $(LDLIBPTH) ./miniperl minimod.pl > minimod.tmp sh mv-if-diff minimod.tmp $@ |