summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-12-13 12:43:23 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-10-12 19:24:29 +0200
commita307183723bdafba8e3aad25fc0c215c5c3bf05b (patch)
tree20fa3d392790ffc1440b2da254aebde7caf2c5db /Makefile.in
parent2793883eba9338b7270e3d3dd7a1f4ba6430c909 (diff)
downloaduClibc-alpine-a307183723bdafba8e3aad25fc0c215c5c3bf05b.tar.bz2
uClibc-alpine-a307183723bdafba8e3aad25fc0c215c5c3bf05b.tar.xz
Do not install libc-XXXX.h files in "make install". glibc does not have them, so should be safe.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index e2d7263f2..44f12f503 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -205,8 +205,8 @@ install_headers: headers $(top_builddir)extra/scripts/unifdef
$(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)include
top_builddir=$(top_builddir) \
$(top_srcdir)extra/scripts/install_headers.sh include $(PREFIX)$(DEVEL_PREFIX)include
- printf '#ifndef _LIBC_INTERNAL_H\n#define _LIBC_INTERNAL_H 1\n#endif\n' > \
- $(PREFIX)$(DEVEL_PREFIX)include/libc-internal.h
+ # Disabled. If libc-internal.h is needed, document here why!
+ #printf '#ifndef _LIBC_INTERNAL_H\n#define _LIBC_INTERNAL_H 1\n#endif\n' >$(PREFIX)$(DEVEL_PREFIX)include/libc-internal.h
echo '/* Dont use _syscall#() macros; use the syscall() function */' > \
$(PREFIX)$(DEVEL_PREFIX)include/bits/syscalls.h
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/dl-osinfo.h