diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-01-24 17:10:08 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-01-24 17:10:08 +0000 |
commit | 16ad9bfac1f54be805ef4a486e9f58be56a4dcc1 (patch) | |
tree | 45674a50b6d5c376789d3923fb044618661961c6 /vms/descrip_mms.template | |
parent | 6ef6dcadfcaedc67da16606d65837aaaaf396221 (diff) | |
download | perl-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.template | 2 |
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) |