diff options
| author | Todd Fiala <todd.fiala@gmail.com> | 2014-05-13 17:20:17 +0000 |
|---|---|---|
| committer | Todd Fiala <todd.fiala@gmail.com> | 2014-05-13 17:20:17 +0000 |
| commit | 9d03d8a65df36811b431362f472f23bbc1c550a7 (patch) | |
| tree | cc825c64113ce7bf7bbc313b62fad2e062ccad47 | |
| parent | 5b0e7a2be2e4d786c701ca0840714909634dded9 (diff) | |
| download | bcm5719-llvm-9d03d8a65df36811b431362f472f23bbc1c550a7.tar.gz bcm5719-llvm-9d03d8a65df36811b431362f472f23bbc1c550a7.zip | |
Fix broken TestMultithreaded on Linux.
The clean line is failing under Ubuntu 12.04/gcc. It cleans fine
without it on MacOSX. It doesn't clean right on Linux but at least
now it doesn't fail the test.
llvm-svn: 208713
| -rw-r--r-- | lldb/test/api/multithreaded/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/api/multithreaded/Makefile b/lldb/test/api/multithreaded/Makefile index 7a28a047713..8a7102e347a 100644 --- a/lldb/test/api/multithreaded/Makefile +++ b/lldb/test/api/multithreaded/Makefile @@ -2,6 +2,4 @@ LEVEL = ../../make CXX_SOURCES := main.cpp -clean: OBJECTS+=*.d.* *.d *.o *.pyc *.dSYM - include $(LEVEL)/Makefile.rules |

