Browse Source

Fix typo that prevented "make clean" from removing objects in libc/misc/locale.

Bernd Schmidt 16 years ago
parent
commit
8048d7f7c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/misc/locale/Makefile.in

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