diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2009-10-17 00:30:42 +0200 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-11-22 11:20:55 -0800 |
commit | 04e23eb0b391d24dcf0c5a7141f72e1967b76f8e (patch) | |
tree | ace849446d1dc66ae4520ce448741c0ad28daf89 | |
parent | a81e1180eb8da569ba778eadf2fc1fc65d3a452c (diff) | |
download | uClibc-alpine-04e23eb0b391d24dcf0c5a7141f72e1967b76f8e.tar.bz2 uClibc-alpine-04e23eb0b391d24dcf0c5a7141f72e1967b76f8e.tar.xz |
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>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 448c7418e..5954b6bad 100644 --- a/Makefile.in +++ b/Makefile.in @@ -225,7 +225,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 \ |