mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
2.3 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/mnemoc/boehm-gc/install_private_headers.diff
  9. # ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- ./include/Makefile.in.orig 2003-08-30 11:53:46.000000000 -0400
  20. +++ ./include/Makefile.in 2003-08-30 13:00:06.000000000 -0400
  21. @@ -124,12 +124,7 @@
  22. gc_allocator.h gc_backptr.h \
  23. gc_gcj.h gc_local_alloc.h leak_detector.h \
  24. gc_amiga_redirects.h gc_pthread_redirects.h \
  25. - gc_config_macros.h
  26. -
  27. -
  28. -# headers which are not installed
  29. -#
  30. -dist_noinst_HEADERS = private/gc_hdrs.h \
  31. + gc_config_macros.h private/gc_hdrs.h \
  32. private/gc_priv.h private/gcconfig.h \
  33. private/gc_pmark.h private/gc_locks.h \
  34. private/solaris_threads.h private/dbg_mlc.h \
  35. @@ -138,6 +133,8 @@
  36. private/darwin_semaphore.h private/darwin_stop_world.h \
  37. cord.h ec.h javaxfc.h
  38. +dist_noinst_HEADERS =
  39. +
  40. subdir = include
  41. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  42. CONFIG_CLEAN_FILES =
  43. @@ -168,11 +165,11 @@
  44. install-pkgincludeHEADERS: $(pkginclude_HEADERS)
  45. @$(NORMAL_INSTALL)
  46. $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
  47. + $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)/private
  48. @list='$(pkginclude_HEADERS)'; for p in $$list; do \
  49. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  50. - f="`echo $$p | sed -e 's|^.*/||'`"; \
  51. - echo " $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f"; \
  52. - $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f; \
  53. + echo " $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p"; \
  54. + $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p; \
  55. done
  56. uninstall-pkgincludeHEADERS: