X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Makefile.fips;h=8a26206e5cf4e48180ea3903317617d44c539e77;hp=245b5922dd456bc7f8c5bb6bb0c9a8b69cf713b3;hb=199e92bb57e41b379becd45eaa7933b4fd173a60;hpb=3e446ba347da311d58842f4488cf24ee4d0d95bf diff --git a/Makefile.fips b/Makefile.fips index 245b5922dd..8a26206e5c 100644 --- a/Makefile.fips +++ b/Makefile.fips @@ -522,8 +522,8 @@ files: links: @$(PERL) $(TOP)/util/mkdir-p.pl include/openssl @$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER) - $(BUILDENV) $(MAKE) -C fips links - $(BUILDENV) SDIRS='$(LINKDIRS)' $(MAKE) -C crypto links + @set -e; dir=fips target=links; $(RECURSIVE_BUILD_CMD) + @set -e; dir=crypto target=links; $(RECURSIVE_BUILD_CMD) gentests: @(cd test && echo "generating dummy tests (if needed)..." && \