Commit 60fccd2f authored by Martin v. Löwis's avatar Martin v. Löwis

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

parent a3a50507
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment