]> granicus.if.org Git - python/commitdiff
Don't install python-gdb.py as an executable.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 3 Apr 2010 18:54:07 +0000 (18:54 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 3 Apr 2010 18:54:07 +0000 (18:54 +0000)
Makefile.pre.in

index ad9fb2a4e959b28bce002837e4d9be6cba6aba21..36b0a56bd154dab9249c2b1e0dcc677a54aa0fdc 100644 (file)
@@ -442,7 +442,7 @@ libpython$(VERSION).sl: $(LIBRARY_OBJS)
 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