Back out my brackets change, it is definitely make bug, (recently

introduced) because old make version I check do the right job.
This commit is contained in:
Andrey A. Chernov 1996-09-24 04:17:14 +00:00
parent bc2b054885
commit 55c8be64d1
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $Id: bsd.obj.mk,v 1.12 1996/09/20 16:17:05 bde Exp $
# $Id: bsd.obj.mk,v 1.13 1996/09/24 03:48:10 ache Exp $
#
# The include file <bsd.obj.mk> handles creating 'obj' directory
# and cleaning up object files, log files etc.
@ -45,7 +45,7 @@ objwarn:
.if !defined(NOOBJ)
.if ${.OBJDIR} == ${.CURDIR}
@${ECHO} "Warning: Object directory not changed from original ${.CURDIR}"
.elif !defined(MAKEOBJDIRPREFIX) && (${.OBJDIR} != ${CANONICALOBJDIR})
.elif !defined(MAKEOBJDIRPREFIX) && ${.OBJDIR} != ${CANONICALOBJDIR}
.if !defined(MAKEOBJDIR)
@${ECHO} "Warning: Using ${.OBJDIR} as object directory instead of\
canonical ${CANONICALOBJDIR}"