OSDN Git Service

This rule also depends on tblgen
authorChris Lattner <sabre@nondot.org>
Thu, 9 Mar 2006 20:29:41 +0000 (20:29 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 Mar 2006 20:29:41 +0000 (20:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26662 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Makefile

index 2935d2f..4117fef 100644 (file)
@@ -18,7 +18,7 @@ endif
 
 include $(LEVEL)/Makefile.common
 
-$(LEVEL)/include/llvm/Intrinsics.gen: $(LEVEL)/include/llvm/Intrinsics.td
+$(LEVEL)/include/llvm/Intrinsics.gen: $(LEVEL)/include/llvm/Intrinsics.td $(TBLGEN)
        @echo Building Intrinsics.gen from Intrinsics.td
        $(Verb) $(TableGen) $< -o $@ -gen-intrinsic