For safety's sake, explicitly depend all objects on the configvers.h header

to make sure that it's all recompiled even if there is no 'make depend'.
This is overkill, but should be one less thing that someone can do wrong.
This commit is contained in:
Peter Wemm 1997-10-22 00:44:08 +00:00
parent 463fb43b0a
commit 0c90be32da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30639

View File

@ -13,3 +13,5 @@ CFLAGS+=-DNO_CLOBBER_EVER
.endif
.include <bsd.prog.mk>
$(OBJS): configvers.h