summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2012-06-06 20:46:55 +0000
committerJordan Rose <jordan_rose@apple.com>2012-06-06 20:46:55 +0000
commita929f2c8635bde8f196825175c76315e1caef1a5 (patch)
treecac69b661e2198235659850e475a03915ef8347f
parent40ed29730b2656796cd6085148f7aef1886040cf (diff)
downloadbcm5719-llvm-a929f2c8635bde8f196825175c76315e1caef1a5.tar.gz
bcm5719-llvm-a929f2c8635bde8f196825175c76315e1caef1a5.zip
Fix Makefile: Options.td depends on CC1Options.td.
llvm-svn: 158105
-rw-r--r--clang/include/clang/Driver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Driver/Makefile b/clang/include/clang/Driver/Makefile
index 007bff57091..7d066c77b37 100644
--- a/clang/include/clang/Driver/Makefile
+++ b/clang/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, $@) $<
OpenPOWER on IntegriCloud