summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2010-09-12 19:05:49 -0500
committerCraig A. Berry <craigberry@mac.com>2010-09-12 19:05:49 -0500
commit92d234245893f4c155fc0cf044826a030195c3ba (patch)
treed6479c65ecc9c42d23543b2c2b8f250875904d8d /vms
parent66b82e1fdff51a4c821a3a249fe707cf8014a185 (diff)
downloadperl-92d234245893f4c155fc0cf044826a030195c3ba.tar.gz
Reverse uudmap.h and bitcount.h dependencies.
uudmap.h is created first, so bitcount.h should depend on it rather than vice versa. Correcting this avoids unnecessary recompiles of globals.c.
Diffstat (limited to 'vms')
-rw-r--r--vms/descrip_mms.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template
index cdc9f4022f..932677fc48 100644
--- a/vms/descrip_mms.template
+++ b/vms/descrip_mms.template
@@ -509,10 +509,10 @@ perlmini.c : perl.c
perlmini$(O) : perlmini.c
$(CC) $(CORECFLAGS) $(MMS$SOURCE)
-uudmap.h : bitcount.h
+bitcount.h : uudmap.h
@ $(NOOP)
-bitcount.h : generate_uudmap$(E)
+uudmap.h : generate_uudmap$(E)
MCR SYS$DISK:[]generate_uudmap$(E) uudmap.h bitcount.h
generate_uudmap$(E) : generate_uudmap$(O) $(CRTL)