mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Stop "make depend" from attempting to delete non-existent .depend.
This commit is contained in:
parent
a60a1ea33b
commit
335612307e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
SRCS= config_local.h
|
||||
CLEANFILES= ${SRCS}
|
||||
|
||||
all: ${SRCS}
|
||||
all depend: ${SRCS}
|
||||
|
||||
config_local.h: newvers.sh
|
||||
@rm -f ${.TARGET}
|
||||
|
|
|
|||
Loading…
Reference in a new issue