From: Chris Lattner Date: Sun, 24 Feb 2002 23:25:46 +0000 (+0000) Subject: Remove hack. This is better fixed in Makefile.common X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ec4913ea7c848e0c3a7cf97815188b194edc1e09;p=oota-llvm.git 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 --- diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index a0d51b562ec..1e4b4f773d4 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 a0d51b562ec..1e4b4f773d4 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 $@