diff options
author | Reini Urban <rurban@x-ray.at> | 2001-01-08 06:59:21 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-04 12:30:23 +0000 |
commit | fef85aaec952e34d2586b9ba1439f91bbefff0a1 (patch) | |
tree | d4e1b110635b68923ac8e2614357d1c4fdd09fb7 /cygwin | |
parent | e9692b5b6f1d7184d1c98b2feeebc0e5e64ddad3 (diff) | |
download | perl-fef85aaec952e34d2586b9ba1439f91bbefff0a1.tar.gz |
cygwin/Makefile.SHs INSTALL patch
Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at>
p4raw-id: //depot/perl@9986
Diffstat (limited to 'cygwin')
-rw-r--r-- | cygwin/Makefile.SHs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cygwin/Makefile.SHs b/cygwin/Makefile.SHs index 0a5a408f79..05bc0c0aec 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." ; \ |