diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index f7fd5bef7..a834a1d94 100644 --- a/Makefile.in +++ b/Makefile.in @@ -283,6 +283,11 @@ install_headers: headers $(top_builddir)extra/scripts/unifdef 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 +else + cd $(PREFIX)$(DEVEL_PREFIX)include && $(RM) -f wchar-stub.h +endif # Installs development library links. install_dev: install_headers all |