]> granicus.if.org Git - clang/commitdiff
Fix Makefile: Options.td depends on CC1Options.td.
authorJordan Rose <jordan_rose@apple.com>
Wed, 6 Jun 2012 20:46:55 +0000 (20:46 +0000)
committerJordan Rose <jordan_rose@apple.com>
Wed, 6 Jun 2012 20:46:55 +0000 (20:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158105 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/Makefile

index 007bff570919c72c74018924539d93003a8bef8a..7d066c77b377deff5acefcae7e0b7d7e5e1dd831 100644 (file)
@@ -5,7 +5,7 @@ TABLEGEN_INC_FILES_COMMON = 1
 
 include $(CLANG_LEVEL)/Makefile
 
-$(ObjDir)/Options.inc.tmp : Options.td OptParser.td $(CLANG_TBLGEN) $(ObjDir)/.dir
+$(ObjDir)/Options.inc.tmp : Options.td CC1Options.td OptParser.td $(CLANG_TBLGEN) $(ObjDir)/.dir
        $(Echo) "Building Clang Driver Option tables with tblgen"
        $(Verb) $(ClangTableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<