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