diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-05 01:20:21 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-05 01:20:21 +0000 |
commit | 2a214a4cb8d68d3ab6d202feb3baabe31cc64355 (patch) | |
tree | 2d57d3bba0123ccb4af6cab399903b92f61c900f /Makefile.in | |
parent | 31e1fd4f8a380e2540426cd863b83c7c2e6a4376 (diff) | |
download | uClibc-alpine-2a214a4cb8d68d3ab6d202feb3baabe31cc64355.tar.bz2 uClibc-alpine-2a214a4cb8d68d3ab6d202feb3baabe31cc64355.tar.xz |
Clean up headers for the install target. Also define 'attribute_tls_model_ie' in 'libc-internal.h' where it belongs. Update includes in a few other miscellaneous files.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 40a0c4d03..eb2033cba 100644 --- a/Makefile.in +++ b/Makefile.in @@ -183,6 +183,10 @@ ifneq ($(UCLIBC_HAS_THREADS),y) $(RM) $(PREFIX)$(DEVEL_PREFIX)include/semaphore.h $(RM) $(PREFIX)$(DEVEL_PREFIX)include/bits/*thread*.h endif +ifeq ($(UCLIBC_HAS_THREADS_NATIVE),y) + # Remove this as it is only used internally. + $(RM) $(PREFIX)$(DEVEL_PREFIX)include/tls.h +endif -@for i in `find $(PREFIX)$(DEVEL_PREFIX) -type d` ; do \ chmod 755 $$i; chmod 644 $$i/*.h > /dev/null 2>&1; \ done |