summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-08 16:30:46 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-08 16:30:46 +0100
commitd1a2168615d31496c65bd27adf6b78d44834861c (patch)
tree9ee4bdd972bce97496423f5b177600221bb7c2e3 /Makefile.SH
parent9aebd117e328400bce3446111a78ce3bdd6bcd47 (diff)
downloadperl-d1a2168615d31496c65bd27adf6b78d44834861c.tar.gz
Build the nonxs extensions before running mkppport.
(It requires several modules that we'd like to move from lib/ to ext/ In turn, as it runs before the dynamic extensions are built, it means that all modules *they* require at configure and build time will already be in lib, which simplifies things considerably. We then only need to worry about a subset of pure-perl modules in ext/ that require each other to build.)
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index e9ffdcaf82..db5e90ec2a 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -935,7 +935,7 @@ makeppport: miniperl\$(EXE_EXT) \$(CONFIGPM)
*)
$spitshell >>$Makefile <<'!NO!SUBS!'
.PHONY: makeppport
-makeppport: miniperl$(EXE_EXT) $(CONFIGPM)
+makeppport: miniperl$(EXE_EXT) $(CONFIGPM) $(nonxs_ext)
$(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib mkppport
!NO!SUBS!