From b74c3aa1a9b8afb55a63060c8996ae214ff5da09 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 7 Nov 2008 21:15:53 +0000 Subject: - less verbose make clean --- librt/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'librt/Makefile.in') diff --git a/librt/Makefile.in b/librt/Makefile.in index 19b779551..29020064e 100644 --- a/librt/Makefile.in +++ b/librt/Makefile.in @@ -1,6 +1,6 @@ # Makefile for uClibc # -# Copyright (C) 2000-2005 Erik Andersen +# Copyright (C) 2000-2008 Erik Andersen # # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # @@ -50,4 +50,4 @@ $(top_builddir)lib/librt.a: $(librt-a-y) objclean-y += librt_clean librt_clean: - $(RM) $(librt_OUT)/*.{o,os,a} + $(do_rm) $(addprefix $(librt_OUT)/*., o os a) -- cgit v1.2.3