summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-05-19 02:13:10 +0000
committerAndy Polyakov <appro@openssl.org>2005-05-19 02:13:10 +0000
commit739b139cb2e1c58069d124c4637cec5530448075 (patch)
tree12174364ae200f675aee93f7b3aea1a6c01d3600 /engines
parent0bc9920ad4862ec0eccc36017b8797efe044026d (diff)
Propogate BUILDENV even in ./engines.
Diffstat (limited to 'engines')
-rw-r--r--engines/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/Makefile b/engines/Makefile
index d415a1c85b..483ed7237d 100644
--- a/engines/Makefile
+++ b/engines/Makefile
@@ -65,7 +65,7 @@ lib: $(LIBOBJ)
@if [ -n "$(SHARED_LIBS)" ]; then \
set -e; \
for l in $(LIBNAMES); do \
- $(MAKE) -f ../Makefile.shared \
+ $(MAKE) -f ../Makefile.shared $(BUILDENV) \
LIBNAME=$$l LIBEXTRAS=e_$$l.o \
LIBDEPS='-L.. -lcrypto $(EX_LIBS)' \
link_o.$(SHLIB_TARGET); \