From 77d4b47b8ca665b28fd39e5d7705dd5a7351985b Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 10 Oct 2008 07:53:52 +0000 Subject: - add and use EXTRA_DIRS to wipe the test/locale/C directory --- test/Rules.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Rules.mak') diff --git a/test/Rules.mak b/test/Rules.mak index b74d941b6..d188a9175 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -58,6 +58,7 @@ export TARGET_ARCH CROSS = $(subst ",, $(strip $(CROSS_COMPILER_PREFIX))) CC = $(CROSS)gcc RM = rm -f +RM_R = $(RM) -r # Select the compiler needed to build binaries for your development system HOSTCC = gcc -- cgit v1.2.3