diff options
author | Craig A. Berry <craigberry@mac.com> | 2010-09-02 21:44:57 -0500 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2010-09-02 21:44:57 -0500 |
commit | 45b279ec91f88dd43ca9900abb46e1a7d5838322 (patch) | |
tree | fd3df4c3c53950997e0972df36dfaa0ccc5b6626 | |
parent | b9120b9aad5c8b2cdcd6c196a5ed7c8ca8a548e1 (diff) | |
download | perl-45b279ec91f88dd43ca9900abb46e1a7d5838322.tar.gz |
In uudmap.h rule, nothing is different from the absence of anything.
Follow-up to 6999193ba9069e620831bed0f85efa43ff6e283a, which broke
the build on VMS because the rule to build uudmap.h was unknown.
-rw-r--r-- | vms/descrip_mms.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index ab3d2d8675..cf201ec067 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -509,6 +509,7 @@ perlmini$(O) : perlmini.c $(CC) $(CORECFLAGS) $(MMS$SOURCE) uudmap.h : bitcount.h + @ $(NOOP) bitcount.h : generate_uudmap$(E) MCR SYS$DISK:[]generate_uudmap$(E) uudmap.h bitcount.h |