summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-05-19 01:48:46 +0000
committerAndy Polyakov <appro@openssl.org>2005-05-19 01:48:46 +0000
commit3f516ce837aabadfe308fef9992cb4854231e3be (patch)
tree7099497c4a0132a43c81fbffb4badf20bc5a9830 /crypto/Makefile
parent9f197f9da5489662cd0d1cbb2afd2b99d5548188 (diff)
SysV make [or least some of them] don't propogate command line macros to
recursively called make. So let's pass down BUILDENV as value too...
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index c6c76c26ac..ee6e507dc7 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -88,7 +88,7 @@ subdirs:
@for i in $(SDIRS) ;\
do \
(cd $$i && echo "making all in crypto/$$i..." && \
- $(MAKE) INCLUDES='${INCLUDES}' all ) || exit 1; \
+ $(MAKE) $(BUILDENV) INCLUDES='${INCLUDES}' all ) || exit 1; \
done;
files: