blob: b7b42f9154e3248409d1f370f436344ea5fef94d (
plain) (
blame)
1
2
3
4
5
6
|
# Nasty hack so that make clean works without configure being run
# Requires gmake4
_CONFIG_MK!= test -e ${TOPDIR}/config.mk && echo config.mk || echo config-null.mk
CONFIG_MK?= ${_CONFIG_MK}
TOP?= .
include ${TOPDIR}/${CONFIG_MK}
|