From 2c024a78fc4655f21bbd13629b6d0b13c29e2f23 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 4 Apr 2002 19:27:43 +0000 Subject: [PATCH] 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 --- test/Makefile.tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile.tests b/test/Makefile.tests index bf87284be26..6be91aa15a7 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)