lib.mk: Fix LD_CONF installation

Make install target depend on install_LD_CONF, instead of
$(INSTALLED_LD_CONF), because target directory was not created
otherwise
This commit is contained in:
Jan Lindemann 2008-05-08 12:28:21 +00:00 committed by Jan Lindemann
commit fba0dd27ec

View file

@ -7,7 +7,7 @@ include $(MODDIR)/make/defs.mk
include $(MODDIR)/make/rules.mk
all: $(LD_CONF) $(LIB_SO) $(LINKS_SO) $(MSVCPP_IMPLIB) $(STRIP_DONE)
install: install_LIB $(INSTALLED_LD_CONF)
install: install_LIB install_LD_CONF
clean: libclean local_libclean clean.ld-conf
distclean: clean