diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-25 16:26:12 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-25 16:26:12 +0000 |
commit | 7eb0eeee374010bc7c0cd300322076fcfe17380b (patch) | |
tree | f4e1dc9fcc20e7e1f4975359819f8a64bfb97f14 | |
parent | 3bf8644932eca986ec67f24d3e143d1d60c7c2ed (diff) |
Remove clean target in extra/locale and use locale_clean
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | extra/locale/Makefile.in | 3 |
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 |