소스 검색

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 년 전
부모
커밋
536a0e3a05
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 \