diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-08 21:33:22 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-08 21:33:22 +0100 |
commit | 798fd3e29f1fe8240c74a40c471e3d19a421ea6b (patch) | |
tree | d8ff3038c37a5b9a22758b72d0cb0401df5b0be5 /vms/descrip_mms.template | |
parent | d1a2168615d31496c65bd27adf6b78d44834861c (diff) | |
download | perl-798fd3e29f1fe8240c74a40c471e3d19a421ea6b.tar.gz |
Build the nonxs extensions before building DynaLoader.
(d1a2168615d3 isn't enough to ensure that the toolchain is in lib/ before we
start processing XS code.)
Diffstat (limited to 'vms/descrip_mms.template')
-rw-r--r-- | vms/descrip_mms.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index e256b164c7..ce3e6b41ab 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -678,7 +678,7 @@ nonxsext : $(LIBPREREQ) $(DBG)perlshr$(E) preplibrary makeppport $(MINIPERL_EXE) [.x2p]s2p.com : [.x2p]s2p.PL $(ARCHDIR)Config.pm $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE) -[.utils]xsubpp.com : [.utils]xsubpp.PL $(ARCHDIR)Config.pm +[.utils]xsubpp.com : [.utils]xsubpp.PL $(ARCHDIR)Config.pm nonxsext $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE) # Rename catches problem with some DECC versions in which object file is |