diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-07-23 04:11:35 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-07-23 04:11:35 -0400 |
commit | 65980d91aa9e4d11a247b3e36296cfa2bacf2e10 (patch) | |
tree | 651a7d922a902c35252246ec48a4e3220c7bf14a | |
parent | f52e7d72c6cde697d2fd4befce3b144a9e3d21ac (diff) |
do not install bits/syscalls-common.h
Since we stub out the installed bits/syscalls.h, the installed
bits/syscalls-common.h header is completely useless.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index a834a1d94..a5fc78627 100644 --- a/Makefile.in +++ b/Makefile.in @@ -200,6 +200,7 @@ HEADERS_RM- := \ bits/kernel_sigaction.h \ bits/kernel_stat.h \ bits/kernel_types.h \ + bits/syscalls-common.h \ bits/utmpx.h \ bits/uClibc_errno.h \ bits/uClibc_uintmaxtostr.h \ |