summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-07-31 18:24:41 +0000
committerAndy Polyakov <appro@openssl.org>2007-07-31 18:24:41 +0000
commitd6c764573c8e58f4c11ae5150ff5db4aa160cb4f (patch)
tree60e5682245d60fbac19960cc9f250a08e6f50a25 /test
parent9d35d08ab64d76f65261b1b1d524983c3a74b30f (diff)
Proper support for shared build under MacOS X.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile6
1 files changed, 1 insertions, 5 deletions
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)" \