Used INSTALL_LIBRARY script to install loadable shared libraries.

This commit is contained in:
Janet B. Anderson
2003-08-27 15:29:29 +00:00
parent b9b48dfa77
commit e35c8d0774

View File

@@ -347,7 +347,7 @@ endif
$(INSTALL_LOADABLE_SHRLIBS): $(INSTALL_SHRLIB)/%: %
@echo "Installing loadable shared library $@"
@$(INSTALL) -d -m 555 $< $(INSTALL_SHRLIB)
@$(INSTALL_LIBRARY) -d -m 555 $< $(INSTALL_SHRLIB)
$(INSTALL_CONFIG)/%: %
@echo "Installing config file $@"