Clean up a pile of hacks in our CMake build relating to TableGen.
[oota-llvm.git] / lib / Target / PowerPC / InstPrinter / CMakeLists.txt
index 389ea7742b065309f224e496ee692c000b9525c3..dfdc277361468777b2c7d3c77eb611220225f960 100644 (file)
@@ -3,4 +3,4 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/
 add_llvm_library(LLVMPowerPCAsmPrinter
   PPCInstPrinter.cpp
   )
-add_dependencies(LLVMPowerPCAsmPrinter PowerPCCodeGenTable_gen)
+add_dependencies(LLVMPowerPCAsmPrinter PowerPCCommonTableGen)