mirror of
https://github.com/python/cpython.git
synced 2026-01-25 00:28:56 +00:00
Don't install python-gdb.py as an executable.
This commit is contained in:
parent
a3a505076e
commit
60fccd2f79
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue