cat: depend on Makefile to rebuild when WITH_CASPER changes
We try to ensure building WITHOUT_CLEAN (or -DNO_CLEAN) works on an
ongoing basis. b7ab6832cd
changed cat to build w/o -DWITH_CASPER
by default; add a cat.o dependency on the Makefile so that it gets
rebuilt.
This commit is contained in:
parent
d002814d6b
commit
e83b514a95
@ -22,5 +22,7 @@ SUBDIR.${MK_TESTS}+= tests
|
||||
#LIBADD+= cap_net
|
||||
#CFLAGS+=-DWITH_CASPER
|
||||
#.endif
|
||||
# Depend on Makefile to rebiuld when WITH_CASPER changes
|
||||
cat.o: Makefile
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user