Author: brooks
Date: Thu Jan 17 18:26:56 2013
New Revision: 245563
URL: http://svnweb.freebsd.org/changeset/base/245563

Log:
  Correct the distrib-dirs target in the -DDB_FROM_SRC case.

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Thu Jan 17 18:00:19 2013        (r245562)
+++ head/Makefile.inc1  Thu Jan 17 18:26:56 2013        (r245563)
@@ -767,7 +767,7 @@ redistribute:
 
 distrib-dirs distribution:
        cd ${.CURDIR}/etc; ${CROSSENV} PATH=${TMPPATH} ${MAKE} \
-           ${IMAKE_INSTALL} ${.TARGET}
+           ${IMAKE_INSTALL} ${IMAKE_MTREE} ${.TARGET}
 
 #
 # buildkernel and installkernel
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to