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 2935d2f08f74bbc4b80ed0162d68ea9fb80566a2..4117feff9f54215d898540c62b873dfed4460a01 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