This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Reverse uudmap.h and bitcount.h dependencies.
authorCraig A. Berry <craigberry@mac.com>
Mon, 13 Sep 2010 00:05:49 +0000 (19:05 -0500)
committerCraig A. Berry <craigberry@mac.com>
Mon, 13 Sep 2010 00:05:49 +0000 (19:05 -0500)
uudmap.h is created first, so bitcount.h should depend on it
rather than vice versa.  Correcting this avoids unnecessary
recompiles of globals.c.

vms/descrip_mms.template

index cdc9f40..932677f 100644 (file)
@@ -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)