aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-11-08 21:29:22 +0000
committerChris Lattner <sabre@nondot.org>2002-11-08 21:29:22 +0000
commit591c7288a7c0bf35fe8ce3707ec066b5bd05044c (patch)
treee8c366ff8ea486936651de2a7e7afb5d01f4abd7
parent7a21163cef09f541cae38d1d4c01642f0a34b664 (diff)
fix path
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4636 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--runtime/Makefile.libs2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile.libs b/runtime/Makefile.libs
index 513d4f128e..a11171da20 100644
--- a/runtime/Makefile.libs
+++ b/runtime/Makefile.libs
@@ -30,7 +30,7 @@ $(DESTLIBNAME): $(DESTLIBDIR)/.dir $(LObjects)
# Install target for libraries: Copy into the gcc install directory in chris's
# tree...
#
-INSTALL_DIR := /home/vadve/lattner/cvs/gcc_install/lib/gcc-lib/llvm/3.1/
+INSTALL_DIR := /home/vadve/lattner/cvs/gcc_install_x86/llvm/lib/
install:: $(DESTLIBNAME)
cp $(DESTLIBNAME) $(INSTALL_DIR)