fix: CONTRIB_LIBS were copied to build directory, but not installed

This commit is contained in:
Jan Lindemann 2009-06-12 19:43:23 +00:00 committed by Jan Lindemann
commit c3f95cc80c
2 changed files with 11 additions and 9 deletions

View file

@ -33,19 +33,17 @@ ld-%.conf:
clean.ld-conf:
rm -f $(LD_CONF)
echo.libs:
@echo INSTALLED_LIB_SO = $(INSTALLED_LIB_SO)
@echo INSTALLED_LIB = $(INSTALLED_LIB)
# ------------------------------------------ contrib libraries
LOCAL_LIBS += $(CONTRIB_LIBS)
ifeq ($(TARGET),mingw)
CONTRIB_LIBS_PATH += $(CROSS_TOOL_DIR)/bin
endif
# deps on mandatory targets
all: $(CONTRIB_LIBS)
clean: clean.contrib-libs
# deps on optional targets
echo-contrib: echo.contrib-libs
echo-contrib: echo.contrib-libs echo.libs
# rules
clean.contrib-libs: