diff options
author | Bernd Schmidt <bernds_cb1@t-online.de> | 2008-06-04 21:17:40 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds_cb1@t-online.de> | 2008-06-04 21:17:40 +0000 |
commit | 8048d7f7c0db91d3004133eb0b446ee5b121c16f (patch) | |
tree | f5e9643928ed56cd9287c10048bdd9f538c51dc4 /libc | |
parent | b5466338c6e2941e8f9fcfeb4ff386e09d3d1779 (diff) |
Fix typo that prevented "make clean" from removing objects in libc/misc/locale.
Diffstat (limited to 'libc')
-rw-r--r-- | libc/misc/locale/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/locale/Makefile.in b/libc/misc/locale/Makefile.in index b51fe0376..1991d04e3 100644 --- a/libc/misc/locale/Makefile.in +++ b/libc/misc/locale/Makefile.in @@ -25,4 +25,4 @@ libc-y += $(MISC_LOCALE_OBJ) objclean-y += misc_locale_objclean misc_locale_objclean: - $(RM) $(MISC_LOCALE_OUT)/{*.{o,os}} + $(RM) $(MISC_LOCALE_OUT)/*.{o,os} |