[cfe-commits] r158105 - /cfe/trunk/include/clang/Driver/Makefile

Jordan Rose jordan_rose at apple.com
Wed Jun 6 13:46:55 PDT 2012


Author: jrose
Date: Wed Jun  6 15:46:55 2012
New Revision: 158105

URL: http://llvm.org/viewvc/llvm-project?rev=158105&view=rev
Log:
Fix Makefile: Options.td depends on CC1Options.td.

Modified:
    cfe/trunk/include/clang/Driver/Makefile

Modified: cfe/trunk/include/clang/Driver/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/Makefile?rev=158105&r1=158104&r2=158105&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/Makefile (original)
+++ cfe/trunk/include/clang/Driver/Makefile Wed Jun  6 15:46:55 2012
@@ -5,7 +5,7 @@
 
 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, $@) $<
 





More information about the cfe-commits mailing list