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