diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-08 18:40:40 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-08 18:40:40 +0000 |
commit | 6f98f3f2bb89fdc5096b882c6599078c21ba5df1 (patch) | |
tree | 19a0aec7393a8949ef9e184aa9e48dd3bc738fe3 /Makefile.in | |
parent | b60e6c916c4e10d970303a7a5b419210797709e6 (diff) |
- fix building locale (pre- and generated, even parallel)
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index b4e9e0d9e..28a7159be 100644 --- a/Makefile.in +++ b/Makefile.in @@ -154,7 +154,6 @@ headers-y += $(target-headers-sysdep) headers: include/bits/uClibc_config.h 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) |