From b3f0872f223b7cd3ce8f408ef0339659234d0558 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 6 Dec 2005 14:22:40 +0000 Subject: Remove a loop if locales are to be built --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.in') 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 -- cgit v1.2.3