diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-05-16 14:43:17 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-05-16 14:43:17 +0200 |
commit | 023481efe2f69ca99870677112483e92c641aba9 (patch) | |
tree | d4d277af9f10288cc0473d7e9511c12ef2498332 /package | |
parent | f5a106e22abd4142c95687f440c99befda4f4d45 (diff) |
bison: add host package
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/bison/bison.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/bison/bison.mk b/package/bison/bison.mk index 8849030a2..93026e9d3 100644 --- a/package/bison/bison.mk +++ b/package/bison/bison.mk @@ -14,3 +14,4 @@ endef BISON_POST_CONFIGURE_HOOKS += BISON_DISABLE_EXAMPLES $(eval $(call AUTOTARGETS,package,bison)) +$(eval $(call AUTOTARGETS,package,bison,host)) |