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.subdir.mk,v rcsdiff: /ftp/cvs/cvsroot/src/share/mk/bsd.subdir.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- src/share/mk/bsd.subdir.mk 1997/05/06 20:54:41 1.17 +++ src/share/mk/bsd.subdir.mk 1997/05/06 23:53:40 1.18 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.subdir.mk,v 1.17 1997/05/06 20:54:41 mycroft Exp $ +# $NetBSD: bsd.subdir.mk,v 1.18 1997/05/06 23:53:40 mycroft Exp $ # @(#)bsd.subdir.mk 8.1 (Berkeley) 6/8/93 .include @@ -34,7 +34,7 @@ __SUBDIRINTERNALUSE: .USE .for dir in ${SUBDIR} .for targ in ${TARGETS} .PHONY: ${targ}-${dir} -${targ}-${dir}: __SUBDIRINTERNALUSE +${targ}-${dir}: .MAKE __SUBDIRINTERNALUSE .endfor # Backward-compatibility with the old rules. If this went away,