Author: sjg
Date: Mon May 19 21:55:47 2014
New Revision: 266456
URL: http://svnweb.freebsd.org/changeset/base/266456
Log:
Revert previous change - doesn't cover all cases.
Modified:
head/share/mk/bsd.subdir.mk
Modified: head/share/mk/bsd.subdir.mk
==============================================================================
--- head/share/mk/bsd.subdir.mk Mon May 19 20:28:00 2014 (r266455)
+++ head/share/mk/bsd.subdir.mk Mon May 19 21:55:47 2014 (r266456)
@@ -104,9 +104,8 @@ ${__target}: _SUBDIR
.for __target in files includes
.for __stage in build install
${__stage}${__target}:
-_${__stage}${__target}: ${__stage}${__target}
.if make(${__stage}${__target})
-_${__stage}${__target}: _SUBDIR
+${__stage}${__target}: _SUBDIR
.endif
.endfor
${__target}: .MAKE
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"