OSDN Git Service

- less verbose make clean
[uclinux-h8/uClibc.git] / libc / misc / glob / Makefile.in
index 93367f4..b7a2afc 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.
 #
@@ -25,7 +25,7 @@ MISC_GLOB_OBJ := $(patsubst %.c,$(MISC_GLOB_OUT)/%.o,$(CSRC))
 
 libc-$(UCLIBC_HAS_GLOB) += $(MISC_GLOB_OBJ)
 
-objclean-y += misc_glob_objclean
+objclean-y += misc_glob_clean
 
-misc_glob_objclean:
-       $(RM) $(MISC_GLOB_OUT)/*.{o,os}
+misc_glob_clean:
+       $(do_rm) $(addprefix $(MISC_GLOB_OUT)/*., o os)