]> granicus.if.org Git - python/commitdiff
Install the Python DLL with execute priviledge set. This is required for
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 16 Mar 2001 11:50:43 +0000 (11:50 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 16 Mar 2001 11:50:43 +0000 (11:50 +0000)
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

index 2006092b25c90e8f93fccde63531fdd80dc92ea9..92cb7061589fbaef503b056a8651deec976d60cd 100644 (file)
@@ -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