[llvm-commits] [llvm] r107334 - /llvm/trunk/Makefile

Daniel Dunbar daniel at zuster.org
Wed Jun 30 15:22:46 PDT 2010


Author: ddunbar
Date: Wed Jun 30 17:22:46 2010
New Revision: 107334

URL: http://llvm.org/viewvc/llvm-project?rev=107334&view=rev
Log:
build: Update install-clang target.

Modified:
    llvm/trunk/Makefile

Modified: llvm/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile?rev=107334&r1=107333&r2=107334&view=diff
==============================================================================
--- llvm/trunk/Makefile (original)
+++ llvm/trunk/Makefile Wed Jun 30 17:22:46 2010
@@ -64,7 +64,7 @@
 
 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





More information about the llvm-commits mailing list