summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-03-03 22:40:29 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-03-03 22:40:29 +0000
commitb7650eb21ed3af765bf7d4707c4873282e303216 (patch)
tree80f0109a01140ec3dee4d1fb42840cfd4c9dd501 /Makefile.org
parent69120ad199e20816b7e5180e2455017c9426f9f6 (diff)
Ooops @ should be for the if command not set.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org4
1 files 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: