summaryrefslogtreecommitdiff
path: root/package/bison/bison.mk
blob: c277e96ad048b4c23d575f815f76ebd510368d98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#############################################################
#
# bison
#
#############################################################

BISON_VERSION = 2.5
BISON_SITE = $(BR2_GNU_MIRROR)/bison

BISON_CONF_ENV += ac_cv_path_M4=/usr/bin/m4
BISON_DEPENDENCIES += m4

define BISON_DISABLE_EXAMPLES
	echo 'all install:' > $(@D)/examples/Makefile
endef

BISON_POST_CONFIGURE_HOOKS += BISON_DISABLE_EXAMPLES

HOST_BISON_DEPENDENCIES += host-m4

$(eval $(call AUTOTARGETS))
$(eval $(call AUTOTARGETS,host))