diff options
Diffstat (limited to 'extra/locale/Makefile.in')
-rw-r--r-- | extra/locale/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
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 |