From: Jarkko Hietaniemi Date: Fri, 21 Dec 2001 19:47:03 +0000 (+0000) Subject: Further VOS tweaks: the _exe needs to be introduced X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1fef16b31363aeccea5f6e69dffaeb2505ecf5be;p=p5sagit%2Fp5-mst-13.2.git Further VOS tweaks: the _exe needs to be introduced in the very beginning, and the make/gmake needs special VOS logic. p4raw-id: //depot/perl@13835 --- diff --git a/Configure b/Configure index 8dd43a0..debcad2 100755 --- a/Configure +++ b/Configure @@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Fri Dec 21 17:46:40 EET 2001 [metaconfig 3.0 PL70] +# Generated on Fri Dec 21 20:17:57 EET 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <&4 @@ -4141,7 +4156,7 @@ so="$ans" : or the new name. case "$_exe" in '') case "$exe_ext" in - '') ;; + '') ;; *) _exe="$exe_ext" ;; esac ;; diff --git a/Makefile.SH b/Makefile.SH index e6fb640..63f7417 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -198,6 +198,8 @@ shellflags = $shellflags # do it for you. $make_set_make +# Mention $gmake here so it gets probed for by Configure. + # These variables may need to be manually set for non-Unix systems. AR = $full_ar EXE_EXT = $_exe