diff options
Diffstat (limited to 'package/popt/popt.mk')
-rw-r--r-- | package/popt/popt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/popt/popt.mk b/package/popt/popt.mk index fd25caad9..f6af679ab 100644 --- a/package/popt/popt.mk +++ b/package/popt/popt.mk @@ -16,4 +16,4 @@ POPT_CONF_OPT += --with-libiconv-prefix=$(STAGING_DIR)/usr endif $(eval $(call AUTOTARGETS)) -$(eval $(call AUTOTARGETS,host)) +$(eval $(host-autotools-package)) |