We do not ever want _srcconf_included_ as MAIN target.

This commit is contained in:
sjg 2014-07-28 23:36:21 +00:00
parent 5d8aa561bc
commit 0cc7234e3b

View File

@ -9,5 +9,5 @@
SRCCONF?= /etc/src.conf
.if (exists(${SRCCONF}) || ${SRCCONF} != "/etc/src.conf") && !target(_srcconf_included_)
.include "${SRCCONF}"
_srcconf_included_:
_srcconf_included_: .NOTMAIN
.endif