From b7650eb21ed3af765bf7d4707c4873282e303216 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 3 Mar 2009 22:40:29 +0000 Subject: [PATCH] Ooops @ should be for the if command not set. --- Makefile.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.25.1