Remove hack. This is better fixed in Makefile.common
authorChris Lattner <sabre@nondot.org>
Sun, 24 Feb 2002 23:25:46 +0000 (23:25 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 24 Feb 2002 23:25:46 +0000 (23:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1795 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/Makefile
tools/lli/Makefile

index a0d51b562eccf6175a987f40b0f6b55a1b903942..1e4b4f773d4a38eae14ff63be04b16f336af719a 100644 (file)
@@ -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 $@
 
 
index a0d51b562eccf6175a987f40b0f6b55a1b903942..1e4b4f773d4a38eae14ff63be04b16f336af719a 100644 (file)
@@ -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 $@