X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=cygwin%2FMakefile.SHs;h=6850d6d77e85ef37e3997c587cccd843fcd412b3;hb=1edbfb88dca645450f44e4bcbb3df8372f66c904;hp=0a5a408f79d80d031d64673837397a96b4a4d6e8;hpb=74294fdf14b31ab4091db1a29ace01e8859b6f98;p=p5sagit%2Fp5-mst-13.2.git diff --git a/cygwin/Makefile.SHs b/cygwin/Makefile.SHs index 0a5a408..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=..; @@ -36,7 +36,7 @@ ld2: $& Makefile perlld ${src}/cygwin/ld2.in # install is included in Cygwin distributions, and we make a note of th # requirement in the README.cygwin file. However, let's give them # a warning. - @install -c -m 755 ld2 ${installbin}/ld2 + @/usr/bin/install -c -m 755 ld2 ${installbin}/ld2 @if test ! -f ${installbin}/ld2; then \ echo "*************************************************" ; \ echo "Make will probably fail in a few more steps." ; \