OSDN Git Service

- less verbose make clean
[uclinux-h8/uClibc.git] / libc / misc / sysvipc / Makefile.in
index 6b88ad6..c3807c0 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.
 #
@@ -24,7 +24,7 @@ MISC_SYSVIPC_OBJ := $(patsubst %.c,$(MISC_SYSVIPC_OUT)/%.o,$(CSRC))
 
 libc-y += $(MISC_SYSVIPC_OBJ)
 
-objclean-y += misc_sysvipc_objclean
+objclean-y += misc_sysvipc_clean
 
-misc_sysvipc_objclean:
-       $(RM) $(MISC_SYSVIPC_OUT)/*.{o,os}
+misc_sysvipc_clean:
+       $(do_rm) $(addprefix $(MISC_SYSVIPC_OUT)/*., o os)