Added target list to install library rule, needed for make3.8.2 builds

bug:626848
This commit is contained in:
Janet Anderson
2010-08-30 09:30:11 -05:00
parent 866f062d0a
commit 5094762012

View File

@@ -378,7 +378,7 @@ $(INSTALL_LIB)/%.lib: %.lib
$(ECHO) "Installing library $@"
@$(INSTALL_LIBRARY) -d -m $(LIB_PERMISSIONS) $< $(INSTALL_LIB)
$(INSTALL_SHRLIB)/lib%: lib%
$(INSTALL_SHRLIBS): $(INSTALL_SHRLIB)/%: %
$(ECHO) "Installing shared library $@"
@$(INSTALL_LIBRARY) -d -m $(LIB_PERMISSIONS) $< $(INSTALL_SHRLIB)
ifneq (,$(strip $(SHRLIB_VERSION)))