diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-11-08 21:29:22 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-11-08 21:29:22 +0000 |
| commit | ecbc827e1d066742a576219175ecb7b1bf68a0c0 (patch) | |
| tree | 9fb6df94016a296e6c3d59b04bee35fc43774582 | |
| parent | 0c2f4bab3ab3242b687a6708a4cbd6983d708a96 (diff) | |
| download | bcm5719-llvm-ecbc827e1d066742a576219175ecb7b1bf68a0c0.tar.gz bcm5719-llvm-ecbc827e1d066742a576219175ecb7b1bf68a0c0.zip | |
fix path
llvm-svn: 4636
| -rw-r--r-- | llvm/runtime/Makefile.libs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/runtime/Makefile.libs b/llvm/runtime/Makefile.libs index 513d4f128e0..a11171da202 100644 --- a/llvm/runtime/Makefile.libs +++ b/llvm/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) |

