summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChaoren Lin <chaorenl@google.com>2015-05-29 00:01:15 +0000
committerChaoren Lin <chaorenl@google.com>2015-05-29 00:01:15 +0000
commit9acea45e197cede7c43f75973c9a95c7dc48671c (patch)
treee985c132ad5433cd8615b86f4332ac6756282a1c
parent10ed1a9ce7a1ad6c4c79aa2608ce80d7dde68dbd (diff)
downloadbcm5719-llvm-9acea45e197cede7c43f75973c9a95c7dc48671c.tar.gz
bcm5719-llvm-9acea45e197cede7c43f75973c9a95c7dc48671c.zip
Fix TestMultithreaded.
llvm-svn: 238529
-rw-r--r--lldb/test/api/multithreaded/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/api/multithreaded/Makefile b/lldb/test/api/multithreaded/Makefile
index 55f21cb6e0b..c974133da75 100644
--- a/lldb/test/api/multithreaded/Makefile
+++ b/lldb/test/api/multithreaded/Makefile
@@ -6,4 +6,4 @@ CXX_SOURCES := main.cpp
include $(LEVEL)/Makefile.rules
clean::
- rm $(wildcard -rf *.o *.d *.dSYM)
+ rm -rf $(wildcard *.o *.d *.dSYM)
OpenPOWER on IntegriCloud