From: Chris Lattner Date: Mon, 3 Mar 2008 01:23:30 +0000 (+0000) Subject: Build the clang headers. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a308e01b47c605315ad6a3053f904eac401e2f1;p=clang Build the clang headers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47834 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile b/Makefile index e7b647fe43..10350a8eb9 100644 --- a/Makefile +++ b/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