move ${DEPENDSRCS} target to after .include <bsd.*.mk>
This commit is contained in:
parent
a0df1980db
commit
d2fa162324
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.21 2003/07/28 15:25:02 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2003/07/29 01:34:16 lukem Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
||||
#
|
||||
# C Shell with process control; VM/UNIX VAX Makefile
|
||||
@ -39,8 +39,6 @@ const.h: const.c
|
||||
sed -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern Char \1[];/' | \
|
||||
sort >> ${.TARGET}
|
||||
|
||||
${DEPENDSRCS} alloc.o: const.h errnum.h
|
||||
|
||||
alloc.o const.o csh.o dir.o dol.o err.o exec.o exp.o file.o func.o glob.o \
|
||||
hist.o init.o lex.o misc.o parse.o proc.o sem.o set.o str.o time.o: const.h
|
||||
|
||||
@ -50,3 +48,5 @@ SUBDIR+=USD.doc
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
${DEPENDSRCS} alloc.o: const.h errnum.h
|
||||
|
Loading…
Reference in New Issue
Block a user