summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-15 12:09:22 +0000
committerRichard Levitte <levitte@openssl.org>2002-10-15 12:09:22 +0000
commit12fd8be2c4e1607f67576f07edbc583e43d003c2 (patch)
treefaa88407a5f50ce949af70023830d00647193f54 /engines
parent8258f7b361a8d1ecd3e70664988e3d825a500743 (diff)
A much better idea, of course, is not to do a submake at all...
Diffstat (limited to 'engines')
-rw-r--r--engines/Makefile.ssl1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/Makefile.ssl b/engines/Makefile.ssl
index c0dd720895..afa70b7131 100644
--- a/engines/Makefile.ssl
+++ b/engines/Makefile.ssl
@@ -70,7 +70,6 @@ libs: $(LIBOBJ)
set -e; \
for l in $(LIBNAMES); do \
$(NEWMAKE) -f ../Makefile.shared \
- SHARED_MAKEFILE=../Makefile.shared \
CC="$(CC)" LIBNAME=$$l LIBEXTRAS=e_$$l.o \
LIBDEPS='-L.. -lcrypto $(EX_LIBS)' \
link_o.$(SHLIB_TARGET); \