From 614dd926cb9dd7fb7cd8f09bbf4d8888581b235f Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 4 May 2011 18:33:42 +0000 Subject: [PATCH] Remove debugging print. Explicitly use LINKDIRS for fipsdist links. --- Configure | 1 - Makefile.fips | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Configure b/Configure index b429f78c39..02205d14fa 100755 --- a/Configure +++ b/Configure @@ -1126,7 +1126,6 @@ my $exp_cflags = ""; if ($fipscanisteronly == 2) { -print STDERR "ADDING FIPSSYM\n"; $exp_cflags .= " -DOPENSSL_FIPSSYMS"; } diff --git a/Makefile.fips b/Makefile.fips index 198e6a5a1b..3bfcf188a2 100644 --- a/Makefile.fips +++ b/Makefile.fips @@ -521,7 +521,7 @@ links: @$(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)..." && \ -- 2.34.1