summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2009-10-17 00:30:42 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-11-19 22:31:35 +0100
commit603f9d3c0fd96b5a9cdffa04bceb4466d97e7333 (patch)
treed1fe85c85c48e73bc10d40debcaf30f3801947ec /Makefile.in
parent148540ddf354a58468bc66498e99dc3881035a57 (diff)
remove some unneeded headers on install
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index eaa5ca688..f365bb8e2 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 \