xmlstarlet: use $() to reference make variables instead of ${}
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
10189569ca
commit
36305380db
@ -15,9 +15,9 @@ XMLSTARLET_DEPENDENCIES += libxml2 libxslt \
|
||||
$(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
||||
|
||||
XMLSTARLET_CONF_OPTS += \
|
||||
--with-libxml-prefix=${STAGING_DIR}/usr \
|
||||
--with-libxslt-prefix=${STAGING_DIR}/usr \
|
||||
--with-libiconv-prefix=${STAGING_DIR}/usr
|
||||
--with-libxml-prefix=$(STAGING_DIR)/usr \
|
||||
--with-libxslt-prefix=$(STAGING_DIR)/usr \
|
||||
--with-libiconv-prefix=$(STAGING_DIR)/usr
|
||||
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
XMLSTARLET_CONF_OPTS += --enable-static-libs
|
||||
|
Loading…
Reference in New Issue
Block a user