From: Alp Toker Date: Wed, 9 Jul 2014 14:12:55 +0000 (+0000) Subject: Prospective legacy build system fix following r212620 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d67e11fdeaa8df37c0b16be9463c387e00619d7;p=clang Prospective legacy build system fix following r212620 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212624 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Driver/Makefile b/include/clang/Driver/Makefile index 77cf6ff8d9..8309330d8b 100644 --- a/include/clang/Driver/Makefile +++ b/include/clang/Driver/Makefile @@ -1,5 +1,5 @@ CLANG_LEVEL := ../../.. -BUILT_SOURCES = Options.inc CC1AsOptions.inc +BUILT_SOURCES = Options.inc TABLEGEN_INC_FILES_COMMON = 1 @@ -8,7 +8,3 @@ include $(CLANG_LEVEL)/Makefile $(ObjDir)/Options.inc.tmp : Options.td CC1Options.td CLCompatOptions.td $(LLVM_TBLGEN) $(ObjDir)/.dir $(Echo) "Building Clang Driver Option tables with tblgen" $(Verb) $(LLVMTableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $< - -$(ObjDir)/CC1AsOptions.inc.tmp : CC1AsOptions.td $(LLVM_TBLGEN) $(ObjDir)/.dir - $(Echo) "Building Clang CC1 Assembler Option tables with tblgen" - $(Verb) $(LLVMTableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<