From: Yitzchak Scott-Thoennes Date: Sun, 15 Aug 2004 17:14:59 +0000 (-0700) Subject: make cygwin ld2 executable X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5ccbefbd101ff91402d18311e7dd3e44726dc93a;p=p5sagit%2Fp5-mst-13.2.git make cygwin ld2 executable Message-ID: <20040816001252.GA2148@efn.org> p4raw-id: //depot/perl@23218 --- diff --git a/cygwin/Makefile.SHs b/cygwin/Makefile.SHs index dd75ccf..c99cfb7 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