From 536a0e3a05a0c7d9a4d741d9401c220900cf1e04 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 12 Jun 2014 16:28:33 +0200 Subject: [PATCH] buildsys: Do not install atomic.h Gregory Fong noted that we'd better not install atomic.h Signed-off-by: Bernhard Reutner-Fischer --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.11.0