[git commit] do not install bits/syscalls-common.h

Mike Frysinger vapier at gentoo.org
Thu Jul 23 09:41:35 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=65980d91aa9e4d11a247b3e36296cfa2bacf2e10
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Since we stub out the installed bits/syscalls.h, the installed
bits/syscalls-common.h header is completely useless.

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 Makefile.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index a834a1d..a5fc786 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -200,6 +200,7 @@ HEADERS_RM- := \
 	bits/kernel_sigaction.h \
 	bits/kernel_stat.h \
 	bits/kernel_types.h \
+	bits/syscalls-common.h \
 	bits/utmpx.h \
 	bits/uClibc_errno.h \
 	bits/uClibc_uintmaxtostr.h \
-- 
1.6.3.3



More information about the uClibc-cvs mailing list