diff options
| author | Jordan Rose <jordan_rose@apple.com> | 2012-06-06 20:46:55 +0000 |
|---|---|---|
| committer | Jordan Rose <jordan_rose@apple.com> | 2012-06-06 20:46:55 +0000 |
| commit | a929f2c8635bde8f196825175c76315e1caef1a5 (patch) | |
| tree | cac69b661e2198235659850e475a03915ef8347f | |
| parent | 40ed29730b2656796cd6085148f7aef1886040cf (diff) | |
| download | bcm5719-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/Makefile | 2 |
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, $@) $< |

