summaryrefslogtreecommitdiffstats
path: root/Makefile.shared
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.shared b/Makefile.shared
index 159e9ecc0e..90290d1883 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -319,10 +319,6 @@ link_a.cygwin:
$(LINK_SO_A) || exit 1; \
rm $$extras
link_app.cygwin:
- @if expr "$(CFLAGS)" : '.*OPENSSL_USE_APPLINK' > /dev/null; then \
- LIBDEPS="$(SRCDIR)/crypto/applink.o $${LIBDEPS:-$(LIBDEPS)}"; \
- export LIBDEPS; \
- fi; \
$(LINK_APP)
link_o.alpha-osf1: