add ability to specify c++ dependencies, by setting CFLAGS+=-+ for

the dependency make.
This commit is contained in:
cgd 1993-06-02 14:56:51 +00:00
parent 70d0145d0f
commit ef3308e903
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ cleandir: _PROGSUBDIR
depend: .depend _PROGSUBDIR
.depend: ${SRCS}
.if defined(PROG)
mkdep ${MKDEP} ${CFLAGS:M-[ID]*} ${.ALLSRC:M*.c}
mkdep ${MKDEP} ${CFLAGS:M-[ID+]*} ${.ALLSRC:M*.c}
.endif
.endif