summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2014-06-12 16:28:33 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2014-06-12 16:28:33 +0200
commit536a0e3a05a0c7d9a4d741d9401c220900cf1e04 (patch)
tree632a70d5a3e029d64c3720121fbe8b62eca82012 /Makefile.in
parent064d18b8e5dc93d33f24d2d46123f71bdb753061 (diff)
buildsys: Do not install atomic.h
Gregory Fong noted that we'd better not install atomic.h Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 5419704ac..3b8e04348 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 \