diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2009-10-17 00:22:23 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-11-19 22:31:14 +0100 |
commit | 148540ddf354a58468bc66498e99dc3881035a57 (patch) | |
tree | 3c418fd8ebb285887ab830cf9bb644e2c031c806 /Makefile.in | |
parent | a5263b281af8cbdb477629e68c6b0638d690e21b (diff) | |
download | uClibc-alpine-148540ddf354a58468bc66498e99dc3881035a57.tar.bz2 uClibc-alpine-148540ddf354a58468bc66498e99dc3881035a57.tar.xz |
no need for bits/syscalls.h on target
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 0a8ff648c..eaa5ca688 100644 --- a/Makefile.in +++ b/Makefile.in @@ -207,6 +207,7 @@ HEADERS_RM- := \ bits/kernel_sigaction.h \ bits/kernel_stat.h \ bits/kernel_types.h \ + bits/syscalls.h \ bits/syscalls-common.h \ bits/utmpx.h \ bits/uClibc_errno.h \ @@ -285,10 +286,6 @@ install_headers: headers $(top_builddir)extra/scripts/unifdef $(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)include top_builddir=$(top_builddir) \ $(top_srcdir)extra/scripts/install_headers.sh include $(PREFIX)$(DEVEL_PREFIX)include - # Disabled. If libc-internal.h is needed, document here why! - #printf '#ifndef _LIBC_INTERNAL_H\n#define _LIBC_INTERNAL_H 1\n#endif\n' >$(PREFIX)$(DEVEL_PREFIX)include/libc-internal.h - echo '/* Dont use _syscall#() macros; use the syscall() function */' > \ - $(PREFIX)$(DEVEL_PREFIX)include/bits/syscalls.h cd $(PREFIX)$(DEVEL_PREFIX)include && $(RM) -r $(HEADERS_RM-) ifeq ($(UCLIBC_HAS_WCHAR),) cd $(PREFIX)$(DEVEL_PREFIX)include && mv -f wchar-stub.h wchar.h |