Dash:
[t2-trunk.git] / package / develop / boehm-gc / install_private_headers.diff
blobe6e11d10ed63fdd2c5bf6d2433b60a3727564af4
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../boehm-gc/install_private_headers.diff
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
6 # Copyright (C) 1998 - 2003 ROCK Linux Project
7 #
8 # More information can be found in the files COPYING and README.
9 #
10 # This patch file is dual-licensed. It is available under the license the
11 # patched project is licensed under, as long as it is an OpenSource license
12 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
13 # of the GNU General Public License as published by the Free Software
14 # Foundation; either version 2 of the License, or (at your option) any later
15 # version.
16 # --- T2-COPYRIGHT-NOTE-END ---
18 --- ./include/Makefile.in.orig 2003-08-30 11:53:46.000000000 -0400
19 +++ ./include/Makefile.in 2003-08-30 13:00:06.000000000 -0400
20 @@ -124,12 +124,7 @@
21 gc_allocator.h gc_backptr.h \
22 gc_gcj.h gc_local_alloc.h leak_detector.h \
23 gc_amiga_redirects.h gc_pthread_redirects.h \
24 - gc_config_macros.h
27 -# headers which are not installed
29 -dist_noinst_HEADERS = private/gc_hdrs.h \
30 + gc_config_macros.h private/gc_hdrs.h \
31 private/gc_priv.h private/gcconfig.h \
32 private/gc_pmark.h private/gc_locks.h \
33 private/solaris_threads.h private/dbg_mlc.h \
34 @@ -138,6 +133,8 @@
35 private/darwin_semaphore.h private/darwin_stop_world.h \
36 cord.h ec.h javaxfc.h
38 +dist_noinst_HEADERS =
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
57 uninstall-pkgincludeHEADERS: