Must include bsd.obj.mk to get __objdir before testing it

This commit is contained in:
mellon 1997-04-01 00:50:12 +00:00
parent c56286529c
commit a79541acb5
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@
# OF THE POSSIBILITY OF SUCH DAMAGE.
#
.include <bsd.obj.mk>
.if exists(${.CURDIR}/../common/${__objdir})
COBJDIR= ${.CURDIR}/../common/${__objdir}
.else