X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=27afccf02e36e4c18f9ce2f8c9bb2969c63ef500;hb=19b3f3d985ddf9d1cedbe14a4b58b62874c08adc;hp=77e0abebe21d286497c797211955f9f21b9e2d01;hpb=0e2b7de10ff34172c6b0a3155103be0d5eca49de;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index 77e0abebe21..27afccf02e3 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -9,9 +9,9 @@ LEVEL = .. -PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore +PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore Analysis Bitcode include $(LEVEL)/Makefile.common clean:: - $(Verb) $(RM) -f *Tests Analysis + $(Verb) $(RM) -f *Tests