Stop "make depend" from attempting to delete non-existent .depend.

This commit is contained in:
Ruslan Ermilov 2002-04-11 12:30:20 +00:00
parent a60a1ea33b
commit 335612307e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94429

View File

@ -10,7 +10,7 @@
SRCS= config_local.h
CLEANFILES= ${SRCS}
all: ${SRCS}
all depend: ${SRCS}
config_local.h: newvers.sh
@rm -f ${.TARGET}