From: Martin v. Löwis Date: Sat, 3 Apr 2010 18:54:07 +0000 (+0000) Subject: Don't install python-gdb.py as an executable. X-Git-Tag: v2.7b1~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60fccd2f79a2c92aa2a6afb3ec36d2c101c59334;p=python Don't install python-gdb.py as an executable. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index ad9fb2a4e9..36b0a56bd1 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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