From: Dr. Stephen Henson Date: Tue, 3 Mar 2009 22:40:29 +0000 (+0000) Subject: Ooops @ should be for the if command not set. X-Git-Tag: OpenSSL_0_9_8k~26 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b7650eb21ed3af765bf7d4707c4873282e303216;p=oweals%2Fopenssl.git Ooops @ should be for the if command not set. --- diff --git a/Makefile.org b/Makefile.org index 215f593a90..d1b56b2f58 100644 --- a/Makefile.org +++ b/Makefile.org @@ -504,8 +504,8 @@ links: @$(PERL) $(TOP)/util/mkdir-p.pl include/openssl @$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER) @set -e; target=links; $(RECURSIVE_BUILD_CMD) - if [ -z "$(FIPSCANLIB)" ]; then \ - @set -e; target=links; dir=fips ; $(BUILD_CMD) ; \ + @if [ -z "$(FIPSCANLIB)" ]; then \ + set -e; target=links; dir=fips ; $(BUILD_CMD) ; \ fi gentests: