Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for each...
[oota-llvm.git] / lib / Target / Mips / CMakeLists.txt
index 6bca90082b486fb271aa17935705e288edc9e5c7..aedb78bc4965a8c946f839742874e4e594d07df5 100644 (file)
@@ -48,7 +48,7 @@ add_llvm_target(MipsCodeGen
   MipsSelectionDAGInfo.cpp
   )
 
-add_dependencies(LLVMMipsCodeGen intrinsics_gen)
+add_dependencies(LLVMMipsCodeGen MipsCommonTableGen intrinsics_gen)
 
 add_subdirectory(InstPrinter)
 add_subdirectory(Disassembler)