From: Daniel Dunbar Date: Wed, 30 Jun 2010 22:22:46 +0000 (+0000) Subject: build: Update install-clang target. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0cd35f20bc0d46589e3cff7f30ab310572f35e6f;p=oota-llvm.git build: Update install-clang target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107334 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile b/Makefile index 670c1743c96..2b2c97dd4af 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ endif ifeq ($(MAKECMDGOALS),install-clang) DIRS := tools/clang/tools/driver tools/clang/lib/Headers \ - tools/clang/lib/Runtime tools/clang/docs + tools/clang/runtime tools/clang/docs OPTIONAL_DIRS := NO_INSTALL = 1 endif