summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-01-25 22:09:11 +0000
committerAndy Polyakov <appro@openssl.org>2005-01-25 22:09:11 +0000
commitfbdce13e5a068f43dacb19aa569ff7cebe8e3c9d (patch)
treee1ac970a99d07451740c8c36b2b41a3c8fdf82cb /Makefile.org
parente532a6c449049f4cfe611d3b5aa039d47a5d0018 (diff)
Please BSD make...
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 826dc086cc..f469867d3f 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -244,7 +244,7 @@ BUILDENV= PLATFORM='${PLATFORM}' PROCESSOR='${PROCESSOR}' \
BUILD_CMD=if echo " $(DIRS) " | grep " $$dir " >/dev/null 2>/dev/null; then \
if [ -d "$$dir" ]; then \
(cd $$dir && echo "making $$target in $$dir..." && \
- $(MAKE) $(BUILDENV) $$target ) || exit 1; \
+ $(MAKE) -e $(BUILDENV) $$target ) || exit 1; \
else \
$(MAKE) $$dir; \
fi; fi