Add missing dependency on sys/conf/newvers.sh.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-02-16 02:14:18 +00:00
parent 58857dfcb9
commit 956be76595

View File

@ -17,9 +17,9 @@ CLEANFILES= ${SRCS}
all depend: ${SRCS}
config_local.h: newvers.sh
config_local.h: newvers.sh ${.CURDIR}/../../../sys/conf/newvers.sh
@rm -f ${.TARGET}
sh ${.ALLSRC} ${.CURDIR}/../../../sys/conf/newvers.sh > ${.TARGET}
sh ${.ALLSRC} > ${.TARGET}
localconfig.h:
@rm -f ${.TARGET}