diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-14 03:03:14 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-14 03:03:14 +0000 |
commit | 4823c8e4b3d9c75964bb7811cb5a82683b97235c (patch) | |
tree | 0b6e009f1b7e33051df586b7014dab4c7750aa6c | |
parent | 8bf6a7dfd0643401d2842e1eeaf90b41d2ed7906 (diff) | |
download | perl-4823c8e4b3d9c75964bb7811cb5a82683b97235c.tar.gz |
de-$CONFIG continues.
p4raw-id: //depot/perl@10581
-rw-r--r-- | cygwin/Makefile.SHs | 2 | ||||
-rwxr-xr-x | x2p/Makefile.SH | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cygwin/Makefile.SHs b/cygwin/Makefile.SHs index 05bc0c0aec..6850d6d77e 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 3b42c21948..3dedb4773a 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=..; |