summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-04 19:27:43 +0000
committerChris Lattner <sabre@nondot.org>2002-04-04 19:27:43 +0000
commit2c024a78fc4655f21bbd13629b6d0b13c29e2f23 (patch)
treeece5360d21b904b6796b0ee704e250033ecfc896 /test/Makefile.tests
parent6a6931e287dd4837b967dd42d45a8a11455f4fcd (diff)
downloadllvm-2c024a78fc4655f21bbd13629b6d0b13c29e2f23.tar.gz
llvm-2c024a78fc4655f21bbd13629b6d0b13c29e2f23.tar.bz2
llvm-2c024a78fc4655f21bbd13629b6d0b13c29e2f23.tar.xz
Don't link in library that cannot be found, this should be removed eventually.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2111 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index bf87284be2..6be91aa15a 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -43,8 +43,8 @@ DIS = /usr/ccs/bin/dis
CP = /bin/cp -f
CFLAGS += -g -xarch=v9
-LLCLIB = $(LEVEL)/test/Libraries/runtime.o
-LIBS += $(LLCLIB)
+#LLCLIB = $(LEVEL)/test/Libraries/runtime.o
+#LIBS += $(LLCLIB)