From cf20d4f5ad9d8871bec9278a4f8e89f065295900 Mon Sep 17 00:00:00 2001 From: Neil Schemenauer Date: Fri, 16 Mar 2001 11:50:43 +0000 Subject: [PATCH] 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. --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 2006092b25c..92cb7061589 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