From fb1c180bcc1fb5cc4e8ca254bd9a34d888dccf88 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 7 May 2002 02:07:58 +0000 Subject: Fixup build a bit more --- libc/misc/locale/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'libc') diff --git a/libc/misc/locale/Makefile b/libc/misc/locale/Makefile index 393336c50..881b0c0e5 100644 --- a/libc/misc/locale/Makefile +++ b/libc/misc/locale/Makefile @@ -1,7 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. -# Copyright (C) 2000,2001 Erik Andersen +# Copyright (C) 2000-2002 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free @@ -33,7 +33,7 @@ ifeq ($(HAS_LOCALE),true) OBJS += locale_data.o endif -all: $(OBJS) $(LIBC) +all: data $(OBJS) $(LIBC) $(LIBC): ar-target @@ -46,6 +46,12 @@ $(MOBJ): $(MSRC) $(OBJS): Makefile +data: +ifeq ($(HAS_LOCALE),true) + make -C $(TOPDIR)/extra/locale +endif + clean: rm -f *.[oa] *~ core +.PHONY: data -- cgit v1.2.3