Browse Source

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>
Bernhard Reutner-Fischer 10 years ago
parent
commit
536a0e3a05
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Makefile.in

+ 2 - 0
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 \