From 5ccbefbd101ff91402d18311e7dd3e44726dc93a Mon Sep 17 00:00:00 2001 From: Yitzchak Scott-Thoennes Date: Sun, 15 Aug 2004 10:14:59 -0700 Subject: [PATCH] make cygwin ld2 executable Message-ID: <20040816001252.GA2148@efn.org> p4raw-id: //depot/perl@23218 --- cygwin/Makefile.SHs | 1 + 1 file changed, 1 insertion(+) 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 -- 1.8.3.1