From: Gurusamy Sarathy Date: Sun, 28 May 2000 20:12:41 +0000 (+0000) Subject: add a make entry to Config.pm so "perl -V:make" works on VMS X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c22ed41f69a365910bc1e00be29475a6c7be37ec;p=p5sagit%2Fp5-mst-13.2.git add a make entry to Config.pm so "perl -V:make" works on VMS (from Peter Prymmer) p4raw-id: //depot/perl@6147 --- diff --git a/vms/subconfigure.com b/vms/subconfigure.com index 086f314..11f1f1d 100644 --- a/vms/subconfigure.com +++ b/vms/subconfigure.com @@ -4027,6 +4027,7 @@ $ WC "subversion='" + subversion + "'" $ WC "PERL_VERSION='" + patchlevel + "'" $ WC "PERL_SUBVERSION='" + subversion + "'" $ WC "pager='" + perl_pager + "'" +$ WC "make='" + make + "'" $ WC "uidtype='" + perl_uidtype + "'" $ WC "uidformat='" + perl_uidformat + "'" $ WC "uidsize='" + perl_uidsize + "'"