Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/share/mk/bsd.dep.mk,v rcsdiff: /ftp/cvs/cvsroot/src/share/mk/bsd.dep.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.42 retrieving revision 1.43 diff -u -p -r1.42 -r1.43 --- src/share/mk/bsd.dep.mk 2003/05/27 21:43:32 1.42 +++ src/share/mk/bsd.dep.mk 2003/06/11 17:24:55 1.43 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.dep.mk,v 1.42 2003/05/27 21:43:32 wiz Exp $ +# $NetBSD: bsd.dep.mk,v 1.43 2003/06/11 17:24:55 christos Exp $ ##### Basic targets .PHONY: cleandepend @@ -42,8 +42,8 @@ __acpp_flags= -traditional-cpp ${MKDEP} -a ${MKDEPFLAGS} \ ${OBJCFLAGS:M-[ID]*} ${CPPFLAGS} $$files; \ fi - @files="${.ALLSRC:M*.cc} ${.ALLSRC:M*.C} ${.ALLSRC:M*.cxx}"; \ - if [ "$$files" != " " ]; then \ + @files="${.ALLSRC:M*.cc} ${.ALLSRC:M*.C} ${.ALLSRC:M*.cxx} ${.ALLSRC:M*.cpp"; \ + if [ "$$files" != " " ]; then \ echo ${MKDEP} -a ${MKDEPFLAGS} \ ${CXXFLAGS:M-[ID]*:Q} ${CPPFLAGS:Q} $$files; \ ${MKDEP} -a ${MKDEPFLAGS} \