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.

40 lines
1.5 KiB

  1. --- ./include/Makefile.in.orig 2003-08-30 11:53:46.000000000 -0400
  2. +++ ./include/Makefile.in 2003-08-30 13:00:06.000000000 -0400
  3. @@ -124,12 +124,7 @@
  4. gc_allocator.h gc_backptr.h \
  5. gc_gcj.h gc_local_alloc.h leak_detector.h \
  6. gc_amiga_redirects.h gc_pthread_redirects.h \
  7. - gc_config_macros.h
  8. -
  9. -
  10. -# headers which are not installed
  11. -#
  12. -dist_noinst_HEADERS = private/gc_hdrs.h \
  13. + gc_config_macros.h private/gc_hdrs.h \
  14. private/gc_priv.h private/gcconfig.h \
  15. private/gc_pmark.h private/gc_locks.h \
  16. private/solaris_threads.h private/dbg_mlc.h \
  17. @@ -138,6 +133,8 @@
  18. private/darwin_semaphore.h private/darwin_stop_world.h \
  19. cord.h ec.h javaxfc.h
  20. +dist_noinst_HEADERS =
  21. +
  22. subdir = include
  23. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  24. CONFIG_CLEAN_FILES =
  25. @@ -168,11 +165,11 @@
  26. install-pkgincludeHEADERS: $(pkginclude_HEADERS)
  27. @$(NORMAL_INSTALL)
  28. $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
  29. + $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)/private
  30. @list='$(pkginclude_HEADERS)'; for p in $$list; do \
  31. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  32. - f="`echo $$p | sed -e 's|^.*/||'`"; \
  33. - echo " $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f"; \
  34. - $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f; \
  35. + echo " $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p"; \
  36. + $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p; \
  37. done
  38. uninstall-pkgincludeHEADERS: