X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Makefile.fips;h=53bb609d58666f019c2ab8cd4df9df568ad47700;hp=198e6a5a1b07f1292418af5682d7f5fd2985a4b7;hb=b1d00b9611eaeedb66b6a91fd49018304f42a15c;hpb=2391681082e70ccc8da23365801ac58713af67c7 diff --git a/Makefile.fips b/Makefile.fips index 198e6a5a1b..53bb609d58 100644 --- a/Makefile.fips +++ b/Makefile.fips @@ -275,8 +275,6 @@ BUILD_ONE_CMD=\ reflect: @[ -n "$(THIS)" ] && $(CLEARENV) && $(MAKE) $(THIS) -e $(BUILDENV) -# FIXME - FIPS_EX_OBJ= ../crypto/aes/aes_cfb.o \ ../crypto/aes/aes_ecb.o \ ../crypto/aes/aes_ofb.o \ @@ -521,7 +519,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)..." && \