Ooops @ should be for the if command not set.

This commit is contained in:
Dr. Stephen Henson 2009-03-03 22:40:29 +00:00
parent 69120ad199
commit b7650eb21e

View 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: