Kaydet (Commit) dd194ab3 authored tarafından R. David Murray's avatar R. David Murray

Issue 8287: try to fix the gdb-python install errors on Solaris

and FreeBSD.  Patch by Dave Malcolm.
üst 55430353
...@@ -442,8 +442,9 @@ libpython$(VERSION).sl: $(LIBRARY_OBJS) ...@@ -442,8 +442,9 @@ libpython$(VERSION).sl: $(LIBRARY_OBJS)
# to the stripped DWARF data for the shared library. # to the stripped DWARF data for the shared library.
gdbhooks: $(BUILDPYTHON)-gdb.py gdbhooks: $(BUILDPYTHON)-gdb.py
$(BUILDPYTHON)-gdb.py: Tools/gdb/libpython.py SRC_GDB_HOOKS=Tools/gdb/libpython.py
$(INSTALL_DATA) $< $(BUILDPYTHON)-gdb.py $(BUILDPYTHON)-gdb.py: $(SRC_GDB_HOOKS)
$(INSTALL_DATA) $(SRC_GDB_HOOKS) $(BUILDPYTHON)-gdb.py
# This rule is here for OPENSTEP/Rhapsody/MacOSX. It builds a temporary # This rule is here for OPENSTEP/Rhapsody/MacOSX. It builds a temporary
# minimal framework (not including the Lib directory and such) in the current # 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