From d6c764573c8e58f4c11ae5150ff5db4aa160cb4f Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 31 Jul 2007 18:24:41 +0000 Subject: Proper support for shared build under MacOS X. --- test/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index 62c63861eb..123a40c35b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -326,11 +326,7 @@ $(DLIBCRYPTO): BUILD_CMD=shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \ shlib_target="$(SHLIB_TARGET)"; \ fi; \ - if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \ - LIBRARIES="$(DLIBSSL) $(DLIBCRYPTO) $(LIBKRB5)"; \ - else \ - LIBRARIES="$(LIBSSL) $(LIBCRYPTO) $(LIBKRB5)"; \ - fi; \ + LIBRARIES="$(LIBSSL) $(LIBCRYPTO) $(LIBKRB5)"; \ $(MAKE) -f $(TOP)/Makefile.shared -e \ APPNAME=$$target$(EXE_EXT) OBJECTS="$$target.o" \ LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \ -- cgit v1.2.3