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/Test.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Test.mak') diff --git a/test/Test.mak b/test/Test.mak index e0200db81..43c35d234 100644 --- a/test/Test.mak +++ b/test/Test.mak @@ -112,5 +112,6 @@ shell_%: clean: $(showclean) $(Q)$(RM) *.a *.o *.so *~ core *.out *.gdb $(CLEAN_TARGETS) $(EXTRA_CLEAN) + $(Q)$(RM_R) $(EXTRA_DIRS) .PHONY: all check clean test run compile -- cgit v1.2.3