diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2004-08-15 10:14:59 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-08-16 07:23:56 +0000 |
commit | 5ccbefbd101ff91402d18311e7dd3e44726dc93a (patch) | |
tree | 02f1da43fc386e54f0f0656bf2eb94b164d06f5d /cygwin | |
parent | a45cdc79a7c02a2ea3f4f147e8200ca60d683da5 (diff) | |
download | perl-5ccbefbd101ff91402d18311e7dd3e44726dc93a.tar.gz |
make cygwin ld2 executable
Message-ID: <20040816001252.GA2148@efn.org>
p4raw-id: //depot/perl@23218
Diffstat (limited to 'cygwin')
-rw-r--r-- | cygwin/Makefile.SHs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cygwin/Makefile.SHs b/cygwin/Makefile.SHs index dd75ccfa4f..c99cfb7115 100644 --- a/cygwin/Makefile.SHs +++ b/cygwin/Makefile.SHs @@ -32,6 +32,7 @@ cygwin.c: cygwin/cygwin.c ld2: $& Makefile perlld ${src}/cygwin/ld2.in @echo "extracting ld2 (with variable substitutions)" @$sed s,@buildpath@,$addtopath,g <${src}/cygwin/ld2.in >ld2 + @chmod a+x ld2 @echo "installing ld2 into $installbin" # install is included in Cygwin distributions, and we make a note of th # requirement in the README.cygwin file. However, let's give them |