summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--extra/locale/Makefile.in3
2 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 046b88901..2c9dbe780 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -303,7 +303,7 @@ clean:
@$(RM) -r lib include/bits
$(RM) lib*/*.a ldso/*/*.a libpthread/*/*.a
$(RM) include/fpu_control.h include/dl-osinfo.h
- $(MAKE) -C extra/locale clean
+ $(MAKE) -C extra/locale locale_clean
$(MAKE) headers_clean-y
$(MAKE) -C test clean
$(MAKE) -C utils clean
diff --git a/extra/locale/Makefile.in b/extra/locale/Makefile.in
index 0f1ad85dc..ae0bf80c7 100644
--- a/extra/locale/Makefile.in
+++ b/extra/locale/Makefile.in
@@ -170,9 +170,6 @@ $(locale_OBJ:.o=.os): $(locale_SRC) | $(headers_dep)
$(top_builddir)include/bits/uClibc_locale_data.h: $(locale_OUT)/uClibc_locale_data.h | $(top_builddir)include/bits/uClibc_config.h
cat $< | awk 'BEGIN{i=1}{ if ( /WANT_/ ) i = /endif/ ; else if (i) print $0 }' > $@
-# to be removed after included by top Makefile.in
-clean: locale_clean
-
objclean-y += locale_clean
# lmmtolso.c/gen_mmap.c/tst-*.c not used