From b43b9de9e4b09b91d0530358c7c9600c9ecbccd1 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 15 Mar 2005 09:46:14 +0000 Subject: Real Bourne shell doesn't accept ! as in "if ! grep ..." Fix this in crypto/Makefile and make Makefile.org and fips/Makefile more discreet. --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.org') diff --git a/Makefile.org b/Makefile.org index d60d085dcc..cc4000b148 100644 --- a/Makefile.org +++ b/Makefile.org @@ -227,7 +227,7 @@ all: Makefile sub_all openssl.pc sigs: $(SIGS) libcrypto.a.sha1: libcrypto.a - if egrep 'define OPENSSL_FIPS' $(TOP)/include/openssl/opensslconf.h > /dev/null; then \ + @if egrep 'define OPENSSL_FIPS' $(TOP)/include/openssl/opensslconf.h > /dev/null; then \ $(RANLIB) libcrypto.a; \ fips/sha1/fips_standalone_sha1 libcrypto.a > libcrypto.a.sha1; \ fi -- cgit v1.2.3