jimtcl: change the way of defining the JIMTCL_INSTALL_LIB variable

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Jerzy Grzegorek 2015-01-15 18:18:14 +01:00 committed by Thomas Petazzoni
parent 1cb087b28b
commit a4c2843fbb

View File

@ -32,10 +32,11 @@ JIMTCL_INSTALL_LIB =
else
JIMTCL_SHARED = --shared
JIMTCL_LIB = so.$(JIMTCL_VERSION)
JIMTCL_INSTALL_LIB = \
define JIMTCL_INSTALL_LIB
$(INSTALL) -D $(@D)/libjim.$(JIMTCL_LIB) \
$(TARGET_DIR)/usr/lib/libjim.$(JIMTCL_LIB); \
$(TARGET_DIR)/usr/lib/libjim.$(JIMTCL_LIB)
ln -s libjim.$(JIMTCL_LIB) $(TARGET_DIR)/usr/lib/libjim.so
endef
endif
define JIMTCL_CONFIGURE_CMDS