From: Bernhard Reutner-Fischer Date: Thu, 12 Jun 2014 14:28:33 +0000 (+0200) Subject: buildsys: Do not install atomic.h X-Git-Url: http://git.osdn.net/view?p=uclinux-h8%2FuClibc.git;a=commitdiff_plain;h=536a0e3a05a0c7d9a4d741d9401c220900cf1e04 buildsys: Do not install atomic.h Gregory Fong noted that we'd better not install atomic.h Signed-off-by: Bernhard Reutner-Fischer --- 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 \