diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-06 14:22:40 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-06 14:22:40 +0000 |
commit | b3f0872f223b7cd3ce8f408ef0339659234d0558 (patch) | |
tree | 7610fe1169ac6a91fbbf9acfaa71f0f6486837dd /Makefile.in | |
parent | cce16f1d63981977fc81980f5449e70ee51775be (diff) |
Remove a loop if locales are to be built
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 2515880c8..8f65678dd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -93,6 +93,9 @@ headers: include/bits/uClibc_config.h $(RM) include/bits/sysnum.h; \ mv -f include/bits/sysnum.h.new include/bits/sysnum.h; \ fi +ifeq ($(UCLIBC_HAS_LOCALE),y) + $(MAKE) locale_headers +endif pregen: headers |