kumquat-buildroot/package/bison/bison.mk

17 lines
377 B
Makefile
Raw Normal View History

2003-02-12 11:40:28 +01:00
#############################################################
#
# bison
#
#############################################################
BISON_VERSION = 2.4.3
BISON_SITE = $(BR2_GNU_MIRROR)/bison
2003-02-12 11:40:28 +01:00
define BISON_DISABLE_EXAMPLES
echo 'all install:' > $(@D)/examples/Makefile
endef
2003-02-12 11:40:28 +01:00
BISON_POST_CONFIGURE_HOOKS += BISON_DISABLE_EXAMPLES
2003-02-12 11:40:28 +01:00
$(eval $(call AUTOTARGETS,package,bison))