summaryrefslogtreecommitdiff
path: root/libm
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-07 21:15:53 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-07 21:15:53 +0000
commitb74c3aa1a9b8afb55a63060c8996ae214ff5da09 (patch)
treeaf597dc7be367e5f1925ab1591430d5992d370df /libm
parentc281901ecf83af2fae2b0776db4e9a6a8caa7964 (diff)
- less verbose make clean
Diffstat (limited to 'libm')
-rw-r--r--libm/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libm/Makefile.in b/libm/Makefile.in
index 48d5c4778..9ddd8c8a5 100644
--- a/libm/Makefile.in
+++ b/libm/Makefile.in
@@ -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.
#
@@ -204,4 +204,4 @@ $(libm_MOBJ2:.o=.os): $(libm_MSRC2)
$(compile.m)
libm_clean:
- $(RM) $(libm_OUT)/{,*/,*/*/}*.{o,os,oS,a}
+ $(do_rm) $(addprefix $(libm_OUT)/,$(foreach e, o os oS a,$(foreach d, *. */*. */*/*.,$(d)$(e))))