diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-04-03 18:54:07 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-04-03 18:54:07 (GMT) |
commit | 60fccd2f79a2c92aa2a6afb3ec36d2c101c59334 (patch) | |
tree | 83fc7b5e5c1abf58f259d81fa93d789b81102920 /Makefile.pre.in | |
parent | a3a505076efc19ec23669370778c5fa22d030ffa (diff) | |
download | cpython-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.in | 2 |
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 |