summaryrefslogtreecommitdiff
path: root/vms/descrip_mms.template
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-01-24 17:10:08 +0000
committerNicholas Clark <nick@ccl4.org>2009-01-24 17:10:08 +0000
commit16ad9bfac1f54be805ef4a486e9f58be56a4dcc1 (patch)
tree45674a50b6d5c376789d3923fb044618661961c6 /vms/descrip_mms.template
parent6ef6dcadfcaedc67da16606d65837aaaaf396221 (diff)
downloadperl-16ad9bfac1f54be805ef4a486e9f58be56a4dcc1.tar.gz
The exit code of make_patchnum.pl is no longer used, so make it return 0.
Remove special-casing from all the makefiles that coped with it returning non-0.
Diffstat (limited to 'vms/descrip_mms.template')
-rw-r--r--vms/descrip_mms.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template
index 42c0d81f78..bb4e00e240 100644
--- a/vms/descrip_mms.template
+++ b/vms/descrip_mms.template
@@ -375,7 +375,7 @@ all : base extras x2p archcorefiles preplibrary perlpods
.endif
git_version.h : $(MINIPERL_EXE) make_patchnum.pl
- - $(MINIPERL) make_patchnum.pl
+ $(MINIPERL) make_patchnum.pl
base : miniperl perl
@ $(NOOP)