aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-02-24 23:25:46 +0000
committerChris Lattner <sabre@nondot.org>2002-02-24 23:25:46 +0000
commitec4913ea7c848e0c3a7cf97815188b194edc1e09 (patch)
treea6a6ca9c99062634af06a3ecee9826b3ae5afb37 /lib/ExecutionEngine/Makefile
parent5b077b00a53d7f297e6a12b5a23206e7476bdeca (diff)
downloadexternal_llvm-ec4913ea7c848e0c3a7cf97815188b194edc1e09.zip
external_llvm-ec4913ea7c848e0c3a7cf97815188b194edc1e09.tar.gz
external_llvm-ec4913ea7c848e0c3a7cf97815188b194edc1e09.tar.bz2
Remove hack. This is better fixed in Makefile.common
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1795 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/Makefile')
-rw-r--r--lib/ExecutionEngine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile
index a0d51b5..1e4b4f7 100644
--- a/lib/ExecutionEngine/Makefile
+++ b/lib/ExecutionEngine/Makefile
@@ -16,6 +16,6 @@ Debug/RuntimeLib.ll: Debug/RuntimeLib.c
/home/vadve/lattner/cvs/gcc_install/bin/gcc $< -S -o $@
$(LEVEL)/tools/Debug/RuntimeLib.bc: Debug/RuntimeLib.ll
- LD_LIBRARY_PATH=../lib/Debug:/usr/dcs/software/evaluation/encap/gcc-3.0.4/lib/ ../Debug/gccas $< -o $@
+ ../Debug/gccas $< -o $@