diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2009-07-23 04:11:35 -0400 |
|---|---|---|
| committer | Austin Foxley <austinf@cetoncorp.com> | 2009-08-19 12:42:03 -0700 |
| commit | 0a8bbca9355777a523293527a9870be05080e594 (patch) | |
| tree | 70a710038fd413d91c486c1855161486b3538ebe | |
| parent | f8d6a799aeeb2cd9648440f693105c2febc84eb8 (diff) | |
| download | uClibc-alpine-0a8bbca9355777a523293527a9870be05080e594.tar.bz2 uClibc-alpine-0a8bbca9355777a523293527a9870be05080e594.tar.xz | |
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>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
| -rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index ec1c384cf..945de11d4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -209,6 +209,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 \ |
