summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-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