OSDN Git Service

- less verbose make clean
[uclinux-h8/uClibc.git] / libc / misc / search / Makefile.in
index 2da1d6e..495c3cf 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen@uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
@@ -27,7 +27,7 @@ MISC_SEARCH_OBJ := $(patsubst %.c,$(MISC_SEARCH_OUT)/%.o,$(CSRC))
 
 libc-y += $(MISC_SEARCH_OBJ)
 
-objclean-y += misc_search_objclean
+objclean-y += misc_search_clean
 
-misc_search_objclean:
-       $(RM) $(MISC_SEARCH_OUT)/*.{o,os}
+misc_search_clean:
+       $(do_rm) $(addprefix $(MISC_SEARCH_OUT)/*., o os)