summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-06-28 09:10:19 +0000
committerAndy Polyakov <appro@openssl.org>2005-06-28 09:10:19 +0000
commita24b7eeb874b61028d6ca187e971781439c544c8 (patch)
treead88d2d28ca9dbc5fb3b608e0748ce08bc3c90e9 /test
parent0215c018616cef31506ac960f0e521eca9488d93 (diff)
Makefile updates from HEAD [see http://cvs.openssl.org/chngview?cn=14099
for further details].
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 598609e6fc..fc739875ac 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -312,7 +312,7 @@ BUILD_CMD=shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
else \
LIBRARIES="$(LIBSSL) $(LIBCRYPTO)"; \
fi; \
- $(MAKE) -f $(TOP)/Makefile.shared $(BUILDENV) \
+ $(MAKE) -f $(TOP)/Makefile.shared -e \
APPNAME=$$target$(EXE_EXT) OBJECTS="$$target.o" \
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
link_app.$${shlib_target}