Propogate BUILDENV even in ./engines.

This commit is contained in:
Andy Polyakov
2005-05-19 02:13:10 +00:00
parent 0bc9920ad4
commit 739b139cb2
2 changed files with 2 additions and 2 deletions

View File

@@ -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."

View File

@@ -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); \