[git commit] buildsys: Do not install atomic.h

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu Jun 12 14:28:33 UTC 2014


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

Gregory Fong noted that we'd better not install atomic.h

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 Makefile.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 5419704..3b8e043 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -251,6 +251,8 @@ HEADERS_RM- := \
 	bits/uClibc_va_copy.h \
 	bits/sigcontextinfo.h \
 	bits/stackinfo.h \
+	atomic.h \
+	bits/atomic.h \
 	tls.h \
 	rpc/des_crypt.h \
 	rpc/key_prot.h \


More information about the uClibc-cvs mailing list