aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-09-10 16:13:24 +0000
committerUlf Möller <ulf@openssl.org>1999-09-10 16:13:24 +0000
commit778f1092ddd41d4c87ce2bc72603b8680b2ffd04 (patch)
treeccf063879cf56b083726e53e74f25b2f66ac1234 /Makefile.org
parent5671876d1db8c5b8476ec8a570660a6e743aaaeb (diff)
downloadopenssl-778f1092ddd41d4c87ce2bc72603b8680b2ffd04.tar.gz
Parantheses not needed.
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 8075911fd9..07e41049e7 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -180,7 +180,7 @@ all: Makefile.ssl
(cd $$i && echo "making all in $$i..." && \
$(MAKE) CC='${CC}' PLATFORM='${PLATFORM}' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' SDIRS='${SDIRS}' AR='${AR}' PROCESSOR='${PROCESSOR}' PERL='${PERL}' RANLIB='${RANLIB}' all ) || exit 1; \
done
- (cd crypto; $(MAKE) testapps)
+ cd crypto; $(MAKE) testapps
-@# cd perl; $(PERL) Makefile.PL; make
sub_all: