From: R. David Murray Date: Mon, 5 Apr 2010 01:34:50 +0000 (+0000) Subject: Issue 8287: try to fix the gdb-python install errors on Solaris X-Git-Tag: v2.7b1~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd194ab37b07a6f01da7d2981e5c2a504c6bdf98;p=thirdparty%2FPython%2Fcpython.git Issue 8287: try to fix the gdb-python install errors on Solaris and FreeBSD. Patch by Dave Malcolm. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 4bc5a8cc1e58..4afa5ec09ec7 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -442,8 +442,9 @@ libpython$(VERSION).sl: $(LIBRARY_OBJS) # to the stripped DWARF data for the shared library. gdbhooks: $(BUILDPYTHON)-gdb.py -$(BUILDPYTHON)-gdb.py: Tools/gdb/libpython.py - $(INSTALL_DATA) $< $(BUILDPYTHON)-gdb.py +SRC_GDB_HOOKS=Tools/gdb/libpython.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 # minimal framework (not including the Lib directory and such) in the current