Fix Makefile: Options.td depends on CC1Options.td.

llvm-svn: 158105
This commit is contained in:
Jordan Rose 2012-06-06 20:46:55 +00:00
parent 40ed29730b
commit a929f2c863
1 changed files with 1 additions and 1 deletions

View 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, $@) $<