summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-12-13 12:43:23 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-12-13 12:43:23 +0000
commitafdfa59588539c2af447ca69cec430969fc7d16b (patch)
tree4b5f7444434e5deab8d297bc766f7b814868ddbf /Makefile.in
parente9df2e7e6038b87c333edac12b971d8bfdf54528 (diff)
Do not install libc-XXXX.h files in "make install".
glibc does not have them, so should be safe.
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 d2b3b2bf0..e80b149b4 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