1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Fix the temporary hack.

llvm-svn: 109810
This commit is contained in:
Bob Wilson 2010-07-29 22:33:35 +00:00
parent 877b4fe7e9
commit 18f5ca81b3

View File

@ -14,4 +14,5 @@ PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore
include $(LEVEL)/Makefile.common
clean::
$(Verb) $(RM) -f *Tests Analysis
$(Verb) $(RM) -rf Analysis
$(Verb) $(RM) -f *Tests