[llvm-commits] [llvm] r109810 - /llvm/trunk/unittests/Makefile

Bob Wilson bob.wilson at apple.com
Thu Jul 29 15:33:35 PDT 2010


Author: bwilson
Date: Thu Jul 29 17:33:35 2010
New Revision: 109810

URL: http://llvm.org/viewvc/llvm-project?rev=109810&view=rev
Log:
Fix the temporary hack.

Modified:
    llvm/trunk/unittests/Makefile

Modified: llvm/trunk/unittests/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Makefile?rev=109810&r1=109809&r2=109810&view=diff
==============================================================================
--- llvm/trunk/unittests/Makefile (original)
+++ llvm/trunk/unittests/Makefile Thu Jul 29 17:33:35 2010
@@ -14,4 +14,5 @@
 include $(LEVEL)/Makefile.common
 
 clean::
-	$(Verb) $(RM) -f *Tests Analysis
+	$(Verb) $(RM) -rf Analysis
+	$(Verb) $(RM) -f *Tests





More information about the llvm-commits mailing list