From: Jordan Rose Date: Wed, 6 Jun 2012 20:46:55 +0000 (+0000) Subject: Fix Makefile: Options.td depends on CC1Options.td. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8c5e6b9387393072301e973b166607957300785;p=clang Fix Makefile: Options.td depends on CC1Options.td. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158105 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Driver/Makefile b/include/clang/Driver/Makefile index 007bff5709..7d066c77b3 100644 --- a/include/clang/Driver/Makefile +++ b/include/clang/Driver/Makefile @@ -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, $@) $<