diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2014-06-12 16:28:33 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2014-06-12 16:28:33 +0200 |
commit | 536a0e3a05a0c7d9a4d741d9401c220900cf1e04 (patch) | |
tree | 632a70d5a3e029d64c3720121fbe8b62eca82012 /Makefile.in | |
parent | 064d18b8e5dc93d33f24d2d46123f71bdb753061 (diff) |
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>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |