Remove debugging print.

Explicitly use LINKDIRS for fipsdist links.
diff --git a/Configure b/Configure
index b429f78..02205d1 100755
--- a/Configure
+++ b/Configure
@@ -1126,7 +1126,6 @@
 
 if ($fipscanisteronly == 2)
 	{
-print STDERR "ADDING FIPSSYM\n";
 	$exp_cflags .= " -DOPENSSL_FIPSSYMS";
 	}
 
diff --git a/Makefile.fips b/Makefile.fips
index 198e6a5..3bfcf18 100644
--- a/Makefile.fips
+++ b/Makefile.fips
@@ -521,7 +521,7 @@
 	@$(PERL) $(TOP)/util/mkdir-p.pl include/openssl
 	@$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER)
 	@set -e; dir=fips target=links; $(RECURSIVE_BUILD_CMD)
-	@set -e; dir=crypto target=links; $(RECURSIVE_BUILD_CMD)
+	@(cd crypto ; SDIRS='$(LINKDIRS)' $(MAKE) -e links)
 
 gentests:
 	@(cd test && echo "generating dummy tests (if needed)..." && \