Add NOPATH for all output files to prevent their presence in the search path from causing problems.
This commit is contained in:
parent
da782dba95
commit
6092e1aa2a
@ -1,4 +1,4 @@
|
||||
# $NetBSD: bsd.lib.mk,v 1.162 2000/01/22 19:31:01 mycroft Exp $
|
||||
# $NetBSD: bsd.lib.mk,v 1.163 2000/02/19 05:36:23 erh Exp $
|
||||
# @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94
|
||||
|
||||
.if !target(__initialized__)
|
||||
@ -254,6 +254,7 @@ LOBJS+=${LSRCS:.c=.ln} ${SRCS:M*.c:.c=.ln}
|
||||
.endif
|
||||
|
||||
ALLOBJS=${OBJS} ${POBJS} ${SOBJS} ${LOBJS}
|
||||
.NOPATH: ${ALLOBJS} ${_LIBS}
|
||||
|
||||
realall: ${SRCS} ${ALLOBJS:O} ${_LIBS}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user