This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove circular dependency of nonxsext and makeppport.
authorCraig A. Berry <craigberry@mac.com>
Wed, 9 Sep 2009 12:08:20 +0000 (07:08 -0500)
committerCraig A. Berry <craigberry@mac.com>
Wed, 9 Sep 2009 12:16:15 +0000 (07:16 -0500)
Introduced in d1a2168615d31496c65bd27adf6b78d44834861c.

vms/descrip_mms.template

index 2903804..27c0008 100644 (file)
@@ -586,7 +586,7 @@ unidatafiles.ts : $(MINIPERL_EXE) [.lib]Config.pm [.lib.unicore]mktables nonxsex
 dynext : $(LIBPREREQ) $(DBG)perlshr$(E) preplibrary makeppport $(MINIPERL_EXE)
        $(MINIPERL) make_ext.pl "MAKE=$(MMS)" "--dynamic" "--static"
 
-nonxsext : $(LIBPREREQ) $(DBG)perlshr$(E) preplibrary makeppport $(MINIPERL_EXE)
+nonxsext : $(LIBPREREQ) $(DBG)perlshr$(E) preplibrary $(MINIPERL_EXE)
        $(MINIPERL) make_ext.pl "MAKE=$(MMS)" "--nonxs"
 
 [.lib]lib.pm : [.lib]lib_pm.PL