patch-Makefile_pre_in 567 B

12345678910111213
  1. $OpenBSD: patch-Makefile_pre_in,v 1.10 2016/12/19 20:47:26 rpointel Exp $
  2. --- Makefile.pre.in.orig Sat Dec 17 21:05:06 2016
  3. +++ Makefile.pre.in Sun Dec 18 08:21:50 2016
  4. @@ -583,7 +583,7 @@ gdbhooks: $(BUILDPYTHON)-gdb.py
  5. SRC_GDB_HOOKS=$(srcdir)/Tools/gdb/libpython.py
  6. $(BUILDPYTHON)-gdb.py: $(SRC_GDB_HOOKS)
  7. - $(INSTALL_DATA) $(SRC_GDB_HOOKS) $(BUILDPYTHON)-gdb.py
  8. + cp $(SRC_GDB_HOOKS) $(BUILDPYTHON)-gdb.py
  9. # This rule is here for OPENSTEP/Rhapsody/MacOSX. It builds a temporary
  10. # minimal framework (not including the Lib directory and such) in the current