[git commit master] remove some unneeded headers on install

Peter S. Mazinger ps.m at gmx.net
Fri Nov 20 19:05:07 UTC 2009


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

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 Makefile.in |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index eaa5ca6..f365bb8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -216,7 +216,11 @@ HEADERS_RM- := \
 	bits/atomic.h \
 	bits/sigcontextinfo.h \
 	bits/stackinfo.h \
-	tls.h
+	tls.h \
+	rpc/des_crypt.h \
+	rpc/key_prot.h \
+	rpc/rpc_des.h \
+	sgtty.h
 HEADERS_RM-$(UCLIBC_HAS_FLOATS) += \
 	complex.h \
 	fpu_control.h \
-- 
1.6.3.3



More information about the uClibc-cvs mailing list