mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
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:
parent
ec525e8374
commit
fba0dd27ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue