]> granicus.if.org Git - clang/commitdiff
Build the clang headers.
authorChris Lattner <sabre@nondot.org>
Mon, 3 Mar 2008 01:23:30 +0000 (01:23 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 3 Mar 2008 01:23:30 +0000 (01:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47834 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index e7b647fe43af96b1351b4e8c0dcec3ce871e747d..10350a8eb9823506ead8174e955dcb0a38f9a138 100644 (file)
--- 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