Ooops @ should be for the if command not set.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 3 Mar 2009 22:40:29 +0000 (22:40 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 3 Mar 2009 22:40:29 +0000 (22:40 +0000)
Makefile.org

index 215f593a90d70bb4f180ce0f521a7cdeb004b47b..d1b56b2f580f5106036d513042222a8e44557542 100644 (file)
@@ -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: