diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-08-24 15:25:36 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-08-31 21:27:12 +0100 |
commit | 6999193ba9069e620831bed0f85efa43ff6e283a (patch) | |
tree | f2a579df1d5b519a1964c4babcfd46a4396a982f /vms | |
parent | 56e76579f904e4a2139c40d026dd6eac63263b6e (diff) | |
download | perl-6999193ba9069e620831bed0f85efa43ff6e283a.tar.gz |
Correct errors in the use of multiple targets for bitcount.h and uudmap.h
The fixes of Makefile.SH in 0f13ebd5d71f8177 also need to be applied on Win32
and VMS.
Diffstat (limited to 'vms')
-rw-r--r-- | vms/descrip_mms.template | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 1503b2f88b..ab3d2d8675 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -508,7 +508,9 @@ perlmini.c : perl.c perlmini$(O) : perlmini.c $(CC) $(CORECFLAGS) $(MMS$SOURCE) -uudmap.h bitcount.h : generate_uudmap$(E) +uudmap.h : bitcount.h + +bitcount.h : generate_uudmap$(E) MCR SYS$DISK:[]generate_uudmap$(E) uudmap.h bitcount.h generate_uudmap$(E) : generate_uudmap$(O) $(CRTL) |