diff options
Diffstat (limited to 'package/libxml2')
-rw-r--r-- | package/libxml2/libxml2.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk index 8f2878d65..0687137a5 100644 --- a/package/libxml2/libxml2.mk +++ b/package/libxml2/libxml2.mk @@ -33,8 +33,8 @@ ifneq ($(BR2_HAVE_DEVFILES),y) LIBXML2_POST_INSTALL_TARGET_HOOKS += LIBXML2_REMOVE_CONFIG_SCRIPTS endif -$(eval $(call AUTOTARGETS,package,libxml2)) -$(eval $(call AUTOTARGETS,package,libxml2,host)) +$(eval $(call AUTOTARGETS)) +$(eval $(call AUTOTARGETS,host)) # libxml2 for the host LIBXML2_HOST_BINARY:=$(HOST_DIR)/usr/bin/xmllint |