mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 13:03:58 +01:00
fix: CONTRIB_LIBS were copied to build directory, but not installed
This commit is contained in:
parent
ee9f0f35bc
commit
c3f95cc80c
2 changed files with 11 additions and 9 deletions
12
make/lib.mk
12
make/lib.mk
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue