Author: brooks
Date: Thu Jan 24 15:55:24 2013
New Revision: 245885
URL: http://svnweb.freebsd.org/changeset/base/245885

Log:
  Don't declare an dependency on _maninstall when LIBRARIES_ONLY is set.
  It doesn't exist.

Modified:
  head/share/mk/bsd.lib.mk

Modified: head/share/mk/bsd.lib.mk
==============================================================================
--- head/share/mk/bsd.lib.mk    Thu Jan 24 15:49:47 2013        (r245884)
+++ head/share/mk/bsd.lib.mk    Thu Jan 24 15:55:24 2013        (r245885)
@@ -339,7 +339,7 @@ _libinstall:
 
 .include <bsd.links.mk>
 
-.if ${MK_MAN} != "no"
+.if ${MK_MAN} != "no" && !defined(LIBRARIES_ONLY)
 realinstall: _maninstall
 .ORDER: beforeinstall _maninstall
 .endif
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to