# Makefile - hhl - /usr/src/world/bison # Copyright 2020 Nathan Fisher # distname = bison include world.mk export CFLAGS = --sysroot=$(DESTDIR) -g -O2 config_opts += --host=$(tgt) config_opts += --docdir=$(install_prefix)/share/doc/bison/$(bison_version) include targets.mk