Remove move assignment operator to appease older GCCs.
[oota-llvm.git] / unittests / Makefile
index 06ba93243e38557f395035825aaf41fce5ea9550..603e7d58f8c704909bbf0c81513db1e496d20e4e 100644 (file)
 LEVEL = ..
 
 PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \
-               MC Object Option Support Transforms
+               LineEditor Linker MC Option Support Transforms
 
-include $(LEVEL)/Makefile.common
+include $(LEVEL)/Makefile.config
+include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
 
 clean::
        $(Verb) $(RM) -f *Tests