diff options
author | Peter Prymmer <PPrymmer@factset.com> | 2002-05-01 05:54:51 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-01 13:14:44 +0000 |
commit | 6796b73ccdfc67a9ea46b55d3cfe324875c6f461 (patch) | |
tree | 47842a060cff6110a5b8d6142c925458311f40cd /vms | |
parent | c975c45186ead753c5e80f076977373b42b4c661 (diff) | |
download | perl-6796b73ccdfc67a9ea46b55d3cfe324875c6f461.tar.gz |
remove the extraneous "all" target from the run of make_ext on VMS only
Message-ID: <OF1559C9E5.915D0B0E-ON85256BAC.004C1A2A@55.25.11>
p4raw-id: //depot/perl@16304
Diffstat (limited to 'vms')
-rw-r--r-- | vms/descrip_mms.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 901f6d29dd..9d95e5a696 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -489,7 +489,7 @@ $(ARCHDIR)vmspipe.com : vmspipe.com @ Rename/Log xsloader.pm [.ext.dynaloader] dynext : $(LIBPREREQ) $(DBG)perlshr$(E) preplibrary - @make_ext "$(MINIPERL_EXE)" "$(MMS)" all + @make_ext "$(MINIPERL_EXE)" "$(MMS)" [.lib]lib.pm : [.lib]lib_pm.PL $(MINIPERL) $(MMS$SOURCE) |