Ooops @ should be for the if command not set.
This commit is contained in:
parent
69120ad199
commit
b7650eb21e
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue