lib.mk: Fix missing /etc/ld.so.conf.d installation directory

This commit is contained in:
Jan Lindemann 2011-06-20 07:47:13 +00:00 committed by Jan Lindemann
commit 055775f826

View file

@ -13,7 +13,7 @@ ifeq ($(USE_PROJECT_LIB),false)
else
SHOBJS += $(wildcard *.so)
endif
all:
all: $(LD_CONF)
install:
else
all: $(LD_CONF) $(LIB_SO) $(LINKS_SO) $(MSVCPP_IMPLIB) $(STRIP_DONE)