Browse Source

Remove clean target in extra/locale and use locale_clean

Peter S. Mazinger 18 years ago
parent
commit
7eb0eeee37
2 changed files with 1 additions and 4 deletions
  1. 1 1
      Makefile.in
  2. 0 3
      extra/locale/Makefile.in

+ 1 - 1
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

+ 0 - 3
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