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 --- Rules.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 1c3d2ddbb..261babdff 100644 --- a/Rules.mak +++ b/Rules.mak @@ -1,6 +1,6 @@ # Rules.make for uClibc # -# Copyright (C) 2000-2006 Erik Andersen +# Copyright (C) 2000-2008 Erik Andersen # # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # @@ -129,7 +129,7 @@ comma:=, space:= # ifndef CROSS -CROSS=$(subst ",, $(strip $(CROSS_COMPILER_PREFIX))) +CROSS=$(strip $(subst ",, $(CROSS_COMPILER_PREFIX))) endif # A nifty macro to make testing gcc features easier -- cgit v1.2.3