diff options
| author | Chris Lattner <sabre@nondot.org> | 2008-03-03 01:23:30 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2008-03-03 01:23:30 +0000 |
| commit | c16b6b2eab8cab1c5b91c0fda59cf888f8585bda (patch) | |
| tree | 13a7406ba7d704f159d2da88467398ef8ec13aba /clang | |
| parent | 4f838791f8efce860a9385faf7c813f7f3cb8b79 (diff) | |
| download | bcm5719-llvm-c16b6b2eab8cab1c5b91c0fda59cf888f8585bda.tar.gz bcm5719-llvm-c16b6b2eab8cab1c5b91c0fda59cf888f8585bda.zip | |
Build the clang headers.
llvm-svn: 47834
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Makefile b/clang/Makefile index e7b647fe43a..10350a8eb98 100644 --- a/clang/Makefile +++ b/clang/Makefile @@ -1,5 +1,5 @@ LEVEL = ../.. -DIRS := Basic Lex Parse AST Sema CodeGen Analysis Rewrite Driver +DIRS := Headers Basic Lex Parse AST Sema CodeGen Analysis Rewrite Driver include $(LEVEL)/Makefile.common |

