]> granicus.if.org Git - clang/commitdiff
Add missing dependency on TableGen.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 19 Nov 2009 20:54:45 +0000 (20:54 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 19 Nov 2009 20:54:45 +0000 (20:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89387 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/Makefile

index c0f2cc7b67777c0ec77b647f07cb30636853d097..18f3e58d7db4c3d44f9c1c605030869062363ece 100644 (file)
@@ -5,11 +5,11 @@ TABLEGEN_INC_FILES_COMMON = 1
 
 include $(LEVEL)/Makefile.common
 
-$(ObjDir)/Options.inc.tmp : Options.td OptParser.td $(ObjDir)/.dir
+$(ObjDir)/Options.inc.tmp : Options.td OptParser.td $(TBLGEN) $(ObjDir)/.dir
        $(Echo) "Building Clang Driver Option tables with tblgen"
        $(Verb) $(TableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<
 
-$(ObjDir)/CC1Options.inc.tmp : CC1Options.td OptParser.td $(ObjDir)/.dir
+$(ObjDir)/CC1Options.inc.tmp : CC1Options.td OptParser.td $(TBLGEN) $(ObjDir)/.dir
        $(Echo) "Building Clang CC1 Option tables with tblgen"
        $(Verb) $(TableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<