diff options
author | Ulf Möller <ulf@openssl.org> | 1999-09-10 18:13:24 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-09-10 18:13:24 +0200 |
commit | 778f1092ddd41d4c87ce2bc72603b8680b2ffd04 (patch) | |
tree | ccf063879cf56b083726e53e74f25b2f66ac1234 /Makefile.org | |
parent | "make update" (diff) | |
download | openssl-778f1092ddd41d4c87ce2bc72603b8680b2ffd04.tar.xz openssl-778f1092ddd41d4c87ce2bc72603b8680b2ffd04.zip |
Parantheses not needed.
Diffstat (limited to 'Makefile.org')
-rw-r--r-- | Makefile.org | 2 |
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: |