summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-03-16 11:50:43 (GMT)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-03-16 11:50:43 (GMT)
commitcf20d4f5ad9d8871bec9278a4f8e89f065295900 (patch)
tree4b4da279e0599b579da1ea0081dc1278ced7108e
parent30edd2387d5d5c1a266956434ebaed59ccfb923f (diff)
downloadcpython-cf20d4f5ad9d8871bec9278a4f8e89f065295900.zip
cpython-cf20d4f5ad9d8871bec9278a4f8e89f065295900.tar.gz
cpython-cf20d4f5ad9d8871bec9278a4f8e89f065295900.tar.bz2
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.
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 2006092..92cb706 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