X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Makefile.fips;h=703c9f9228921a4297c093dab00c8d447fe73831;hp=6b88f750c68316f9ce675be9e91bb86d162c5bf5;hb=5b198d5eea726b68925d5487a9c28b66b6d6a717;hpb=7cbab63f5a089210b1a7f844ff75426a6c34a820 diff --git a/Makefile.fips b/Makefile.fips index 6b88f750c6..703c9f9228 100644 --- a/Makefile.fips +++ b/Makefile.fips @@ -359,7 +359,7 @@ FIPS_EX_OBJ= ../crypto/aes/aes_cfb.o \ ../crypto/uid.o sub_all: build_all -build_all: build_libs build_tests +build_all: build_libs build_libs: build_crypto build_fips @@ -634,16 +634,5 @@ install_sw: chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ done; @set -e; target=install; $(RECURSIVE_BUILD_CMD) - @set -e; for i in "$(LIBS)" ;\ - do \ - if [ -f "$$i" ]; then \ - ( echo installing $$i; \ - cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \ - $(RANLIB) $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \ - chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \ - mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i ); \ - fi; \ - done; - # DO NOT DELETE THIS LINE -- make depend depends on it.