diff options
author | Chaoren Lin <chaorenl@google.com> | 2015-05-29 00:01:15 +0000 |
---|---|---|
committer | Chaoren Lin <chaorenl@google.com> | 2015-05-29 00:01:15 +0000 |
commit | 9acea45e197cede7c43f75973c9a95c7dc48671c (patch) | |
tree | e985c132ad5433cd8615b86f4332ac6756282a1c | |
parent | 10ed1a9ce7a1ad6c4c79aa2608ce80d7dde68dbd (diff) | |
download | bcm5719-llvm-9acea45e197cede7c43f75973c9a95c7dc48671c.tar.gz bcm5719-llvm-9acea45e197cede7c43f75973c9a95c7dc48671c.zip |
Fix TestMultithreaded.
llvm-svn: 238529
-rw-r--r-- | lldb/test/api/multithreaded/Makefile | 2 |
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) |