[Python-checkins] r79716 - python/trunk/Makefile.pre.in

martin.v.loewis python-checkins at python.org
Sat Apr 3 20:54:07 CEST 2010


Author: martin.v.loewis
Date: Sat Apr  3 20:54:07 2010
New Revision: 79716

Log:
Don't install python-gdb.py as an executable.


Modified:
   python/trunk/Makefile.pre.in

Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Sat Apr  3 20:54:07 2010
@@ -442,7 +442,7 @@
 gdbhooks: $(BUILDPYTHON)-gdb.py
 
 $(BUILDPYTHON)-gdb.py: Tools/gdb/libpython.py
-	$(INSTALL_SCRIPT) $< $(BUILDPYTHON)-gdb.py
+	$(INSTALL_DATA) $< $(BUILDPYTHON)-gdb.py
 
 # This rule is here for OPENSTEP/Rhapsody/MacOSX. It builds a temporary
 # minimal framework (not including the Lib directory and such) in the current


More information about the Python-checkins mailing list