From: Neil Schemenauer Date: Fri, 16 Mar 2001 11:50:43 +0000 (+0000) Subject: Install the Python DLL with execute priviledge set. This is required for X-Git-Tag: v2.1b2~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf20d4f5ad9d8871bec9278a4f8e89f065295900;p=python Install the Python DLL with execute priviledge set. This is required for Cygwin Python to startup correctly when in ntsec mode. Cygwin operating in this mode is probably not the only system with this requirement. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 2006092b25..92cb706158 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -535,7 +535,7 @@ altbininstall: $(PYTHON) else true; \ fi if test -f "$(DLLLIBRARY)"; then \ - $(INSTALL_DATA) $(DLLLIBRARY) $(BINDIR); \ + $(INSTALL_SHARED) $(DLLLIBRARY) $(BINDIR); \ else true; \ fi