summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d116e48a6..4a630fb53 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -134,9 +134,9 @@ headers_clean-y += sysdep_common_headers-clean
headers-y += $(target-headers-sysdep)
headers: include/bits/uClibc_config.h
- $(Q)$(if $(UCLIBC_HAS_LOCALE),$(MAKE) -C extra/locale locale_headers)
pregen: include/bits/sysnum.h headers
+ $(Q)$(if $(UCLIBC_HAS_LOCALE),$(MAKE) -C extra/locale locale_headers)
include/bits/sysnum.h: $(top_srcdir)extra/scripts/gen_bits_syscall_h.sh
$(Q)$(INSTALL) -d $(@D)