Explorar el Código

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 hace 10 años
padre
commit
536a0e3a05
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 \