Update the make system for installations:
[openssl.git] / engines / Makefile.ssl
index fe0690622e2e411256a2a2dd40afbae8daef1d63..010d74b763732ec71af90cdc42ccb4ca72a77836 100644 (file)
@@ -95,7 +95,7 @@ install:
                        ( echo installing $$l; \
                          cp lib$$l.so $(INSTALL_PREFIX)$(OPENSSLDIR)/engines/lib$$l.so.new; \
                          chmod 555 $(INSTALL_PREFIX)$(OPENSSLDIR)/engines/lib$$l.so.new; \
-                         mv $(INSTALL_PREFIX)$(OPENSSLDIR)/engines/lib$$l.so.new $(INSTALL_PREFIX)$(OPENSSLDIR)/engines/lib$$l.so ); \
+                         mv -f $(INSTALL_PREFIX)$(OPENSSLDIR)/engines/lib$$l.so.new $(INSTALL_PREFIX)$(OPENSSLDIR)/engines/lib$$l.so ); \
                done; \
        fi