From: Jarkko Hietaniemi Date: Thu, 14 Jun 2001 03:03:14 +0000 (+0000) Subject: de-$CONFIG continues. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8b56a609d28bd51fe7701ff4c46c9d31dacb3582;p=p5sagit%2Fp5-mst-13.2.git de-$CONFIG continues. p4raw-id: //depot/perl@10581 --- diff --git a/cygwin/Makefile.SHs b/cygwin/Makefile.SHs index 05bc0c0..6850d6d 100644 --- a/cygwin/Makefile.SHs +++ b/cygwin/Makefile.SHs @@ -8,7 +8,7 @@ # #! /bin/sh -case $CONFIG in +case $PERL_CONFIG_SH in '') if test -f config.sh; then TOP=.; elif test -f ../config.sh; then TOP=..; diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index 3b42c21..3dedb47 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -1,4 +1,4 @@ -case $CONFIGDOTSH in +case $PERL_CONFIG_TSH in '') if test -f config.sh; then TOP=.; elif test -f ../config.sh; then TOP=..;