Commit b7650eb2 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Ooops @ should be for the if command not set.

parent 69120ad1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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: