package/libtasn1: fix typo
Fix typo added by commit 30ac432b41
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[yann.morin.1998@free.fr: also fix the variable expansion]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
cd5191efd9
commit
9849fa0101
@ -20,11 +20,11 @@ LIBTASN1_CONF_ENV = MAKEINFO="true"
|
||||
|
||||
LIBTASN1_CONF_OPTS = CFLAGS="$(TARGET_CFLAGS) -std=gnu99"
|
||||
|
||||
LIBTANS1_PROGS = asn1Coding asn1Decoding asn1Parser
|
||||
LIBTASN1_PROGS = asn1Coding asn1Decoding asn1Parser
|
||||
|
||||
# We only need the library
|
||||
define LIBTASN1_REMOVE_PROGS
|
||||
$(RM) $(addprefix $(TARGET_DIR)/usr/bin/,$(LIBTANS1_PROGS))
|
||||
$(RM) $(addprefix $(TARGET_DIR)/usr/bin/,$(LIBTASN1_PROGS))
|
||||
endef
|
||||
LIBTASN1_POST_INSTALL_TARGET_HOOKS += LIBTASN1_REMOVE_PROGS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user