This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2426ee
)
Remove circular dependency of nonxsext and makeppport.
author
Craig A. Berry
<craigberry@mac.com>
Wed, 9 Sep 2009 12:08:20 +0000
(07:08 -0500)
committer
Craig A. Berry
<craigberry@mac.com>
Wed, 9 Sep 2009 12:16:15 +0000
(07:16 -0500)
Introduced in
d1a2168615d31496c65bd27adf6b78d44834861c
.
vms/descrip_mms.template
patch
|
blob
|
blame
|
history
diff --git
a/vms/descrip_mms.template
b/vms/descrip_mms.template
index
2903804
..
27c0008
100644
(file)
--- a/
vms/descrip_mms.template
+++ b/
vms/descrip_mms.template
@@
-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