diff options
Diffstat (limited to 'package/bison')
-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 4ae5f2a14..d0c9077ed 100644 --- a/package/bison/bison.mk +++ b/package/bison/bison.mk @@ -16,5 +16,5 @@ endef BISON_POST_CONFIGURE_HOOKS += BISON_DISABLE_EXAMPLES -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) $(eval $(host-autotools-package)) |