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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to