summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-04-03 18:54:07 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-04-03 18:54:07 (GMT)
commit60fccd2f79a2c92aa2a6afb3ec36d2c101c59334 (patch)
tree83fc7b5e5c1abf58f259d81fa93d789b81102920 /Makefile.pre.in
parenta3a505076efc19ec23669370778c5fa22d030ffa (diff)
downloadcpython-60fccd2f79a2c92aa2a6afb3ec36d2c101c59334.zip
cpython-60fccd2f79a2c92aa2a6afb3ec36d2c101c59334.tar.gz
cpython-60fccd2f79a2c92aa2a6afb3ec36d2c101c59334.tar.bz2
Don't install python-gdb.py as an executable.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index ad9fb2a..36b0a56 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