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.

62 lines
2.4 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 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. --- ./include/Makefile.in.orig 2003-08-30 11:53:46.000000000 -0400
  23. +++ ./include/Makefile.in 2003-08-30 13:00:06.000000000 -0400
  24. @@ -124,12 +124,7 @@
  25. gc_allocator.h gc_backptr.h \
  26. gc_gcj.h gc_local_alloc.h leak_detector.h \
  27. gc_amiga_redirects.h gc_pthread_redirects.h \
  28. - gc_config_macros.h
  29. -
  30. -
  31. -# headers which are not installed
  32. -#
  33. -dist_noinst_HEADERS = private/gc_hdrs.h \
  34. + gc_config_macros.h private/gc_hdrs.h \
  35. private/gc_priv.h private/gcconfig.h \
  36. private/gc_pmark.h private/gc_locks.h \
  37. private/solaris_threads.h private/dbg_mlc.h \
  38. @@ -138,6 +133,8 @@
  39. private/darwin_semaphore.h private/darwin_stop_world.h \
  40. cord.h ec.h javaxfc.h
  41. +dist_noinst_HEADERS =
  42. +
  43. subdir = include
  44. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  45. CONFIG_CLEAN_FILES =
  46. @@ -168,11 +165,11 @@
  47. install-pkgincludeHEADERS: $(pkginclude_HEADERS)
  48. @$(NORMAL_INSTALL)
  49. $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
  50. + $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)/private
  51. @list='$(pkginclude_HEADERS)'; for p in $$list; do \
  52. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  53. - f="`echo $$p | sed -e 's|^.*/||'`"; \
  54. - echo " $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f"; \
  55. - $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f; \
  56. + echo " $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p"; \
  57. + $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p; \
  58. done
  59. uninstall-pkgincludeHEADERS: