diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-27 10:16:20 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-27 10:16:20 +0000 |
commit | 97abd10f794865f982d4d944132546ca30ba6ab2 (patch) | |
tree | d9fbe2e87e83ef0382e15e240e5e7a738a22d243 /extra/locale | |
parent | 4c313954e695c9b0c929d0d1e6ae4c715ea6c6ba (diff) |
Remove explicit compile rules
Diffstat (limited to 'extra/locale')
-rw-r--r-- | extra/locale/Makefile.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/extra/locale/Makefile.in b/extra/locale/Makefile.in index 57c9ba213..6c302077f 100644 --- a/extra/locale/Makefile.in +++ b/extra/locale/Makefile.in @@ -163,12 +163,6 @@ $(locale_OUT)/uClibc_locale_data.h: $(locale_OUT)/lt_defines.h $(locale_OUT)/c8t endif -$(locale_OBJ): $(locale_SRC) | $(headers_dep) - $(compile.c) - -$(locale_OBJ:.o=.os): $(locale_SRC) | $(headers_dep) - $(compile.c) - $(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 }' > $@ |