From: Reini Urban Date: Mon, 8 Jan 2001 04:59:21 +0000 (+0200) Subject: cygwin/Makefile.SHs INSTALL patch X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fef85aaec952e34d2586b9ba1439f91bbefff0a1;p=p5sagit%2Fp5-mst-13.2.git cygwin/Makefile.SHs INSTALL patch Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> p4raw-id: //depot/perl@9986 --- diff --git a/cygwin/Makefile.SHs b/cygwin/Makefile.SHs index 0a5a408..05bc0c0 100644 --- a/cygwin/Makefile.SHs +++ b/cygwin/Makefile.SHs @@ -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." ; \