From f70602be19ff8042c369ea33b29f90b8c0f5d02e Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 28 Sep 2005 12:34:41 +0000 Subject: Remove ar-target and shared targets, at build time now we traverse the tree only once. Generalize all toplevel makefiles. Make sure, that libdl.so is built against libc.so and not libc.a --- extra/locale/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/locale/Makefile') diff --git a/extra/locale/Makefile b/extra/locale/Makefile index 2d8a147e8..8fe252875 100644 --- a/extra/locale/Makefile +++ b/extra/locale/Makefile @@ -86,7 +86,7 @@ pregen: cat uClibc_locale_data.h | awk 'BEGIN{i=1}{ if ( /WANT_/ ) i = /endif/ ; else if (i) print $0 }' > ../../include/bits/uClibc_locale_data.h clean: - $(RM) *.[oa] *~ core + $(RM) *.o *~ core $(RM) gen_wc8bit gen_wctype gen_locale gen_ldc gen_collate $(RM) c8tables.h wctables.h locale_tables.h lt_defines.h locale_collate.h $(RM) gen_mmap locale.mmap lmmtolso -- cgit v1.2.3