diff options
Diffstat (limited to 'package/gperf')
-rw-r--r-- | package/gperf/gperf.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gperf/gperf.mk b/package/gperf/gperf.mk index faea97823..21e4cc796 100644 --- a/package/gperf/gperf.mk +++ b/package/gperf/gperf.mk @@ -8,4 +8,4 @@ GPERF_VERSION = 3.0.4 GPERF_SITE = $(BR2_GNU_MIRROR)/gperf $(eval $(call AUTOTARGETS)) -$(eval $(call AUTOTARGETS,host)) +$(eval $(host-autotools-package)) |