From a15dc035a6d4153bece7a067e037e5d6f5d58b16 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Thu, 26 Feb 2009 07:44:16 +0000 Subject: Remove libtool. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65517 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Makefile.unittest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unittests/Makefile.unittest') diff --git a/unittests/Makefile.unittest b/unittests/Makefile.unittest index 259e297cef7..5832d6ac1fd 100644 --- a/unittests/Makefile.unittest +++ b/unittests/Makefile.unittest @@ -21,11 +21,11 @@ include $(LEVEL)/Makefile.common CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include/ CPP.Flags += -Wno-variadic-macros -LD.Flags += -lGoogleTest -lUnitTestMain +LIBS += -lGoogleTest -lUnitTestMain $(LLVMUnitTestExe): $(ObjectsO) $(ProjLibsPaths) $(LLVMLibsPaths) $(Echo) Linking $(BuildMode) unit test $(TESTNAME) $(StripWarnMsg) - $(Verb) $(LTLink) -o $@ $(TOOLLINKOPTS) $(ObjectsO) $(ProjLibsOptions) \ + $(Verb) $(Link) -o $@ $(TOOLLINKOPTS) $(ObjectsO) $(ProjLibsOptions) \ $(LLVMLibsOptions) $(ExtraLibs) $(TOOLLINKOPTSB) $(LIBS) $(Echo) ======= Finished Linking $(BuildMode) Unit test $(TESTNAME) \ $(StripWarnMsg) -- cgit v1.2.3