[Python-checkins] CVS: python/dist/src Makefile.pre.in,1.29,1.30

Neil Schemenauer nascheme@users.sourceforge.net
Fri, 16 Mar 2001 03:50:46 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv23575

Modified Files:
	Makefile.pre.in 
Log Message:
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. 


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** Makefile.pre.in	2001/03/06 05:52:16	1.29
--- Makefile.pre.in	2001/03/16 11:50:43	1.30
***************
*** 536,540 ****
  	fi
  	if test -f "$(DLLLIBRARY)"; then \
! 		$(INSTALL_DATA) $(DLLLIBRARY) $(BINDIR); \
  	else	true; \
  	fi
--- 536,540 ----
  	fi
  	if test -f "$(DLLLIBRARY)"; then \
! 		$(INSTALL_SHARED) $(DLLLIBRARY) $(BINDIR); \
  	else	true; \
  	fi