aboutsummaryrefslogtreecommitdiffstats
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
parent0bc9920ad4862ec0eccc36017b8797efe044026d (diff)
downloadopenssl-739b139cb2e1c58069d124c4637cec5530448075.tar.gz
Propogate BUILDENV even in ./engines.
-rw-r--r--Makefile.shared2
-rw-r--r--engines/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.shared b/Makefile.shared
index 61976210c7..827b01d8eb 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -68,7 +68,7 @@ LIBDEPS=
# The rest is private to this makefile.
SET_X=:
-SET_X=set -x
+#SET_X=set -x
top:
echo "Trying to use this makefile interactively? Don't."
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); \