diff options
Diffstat (limited to 'package/bison/bison.mk')
-rw-r--r-- | package/bison/bison.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/bison/bison.mk b/package/bison/bison.mk index 93026e9d3..d365e33cd 100644 --- a/package/bison/bison.mk +++ b/package/bison/bison.mk @@ -13,5 +13,5 @@ endef BISON_POST_CONFIGURE_HOOKS += BISON_DISABLE_EXAMPLES -$(eval $(call AUTOTARGETS,package,bison)) -$(eval $(call AUTOTARGETS,package,bison,host)) +$(eval $(call AUTOTARGETS)) +$(eval $(call AUTOTARGETS,host)) |