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 --- libnsl/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libnsl') diff --git a/libnsl/Makefile.in b/libnsl/Makefile.in index a66b90c6f..7cf64a6fc 100644 --- a/libnsl/Makefile.in +++ b/libnsl/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. # @@ -47,4 +47,4 @@ $(top_builddir)lib/libnsl.a: $(libnsl-a-y) $(do_ar) libnsl_clean: - $(RM) $(libnsl_OUT)/*.{o,os,a} + $(do_rm) $(addprefix $(libnsl_OUT)/*., o os a) -- cgit v1.2.3