summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-07-31 20:03:26 +0000
committerAndy Polyakov <appro@openssl.org>2007-07-31 20:03:26 +0000
commita5d35749845148721e6407287cf00cea89ce2ddb (patch)
tree35a888e91affbbe2b9a547ae5b0dacc6865aaf74 /test
parent1040deb0c53db6ee0f51991bfcb573387266d079 (diff)
MacOS X update [from HEAD].
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 bbf46fe471..62f9b86052 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -313,11 +313,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)" \