diff options
author | Chris Lattner <sabre@nondot.org> | 2002-02-24 23:25:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-02-24 23:25:46 +0000 |
commit | ec4913ea7c848e0c3a7cf97815188b194edc1e09 (patch) | |
tree | a6a6ca9c99062634af06a3ecee9826b3ae5afb37 | |
parent | 5b077b00a53d7f297e6a12b5a23206e7476bdeca (diff) |
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
-rw-r--r-- | lib/ExecutionEngine/Makefile | 2 | ||||
-rw-r--r-- | tools/lli/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index a0d51b562e..1e4b4f773d 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 $@ diff --git a/tools/lli/Makefile b/tools/lli/Makefile index a0d51b562e..1e4b4f773d 100644 --- a/tools/lli/Makefile +++ b/tools/lli/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 $@ |