Author: des
Date: Mon Feb  4 19:05:53 2013
New Revision: 246328
URL: http://svnweb.freebsd.org/changeset/base/246328

Log:
  Sort by MK_* knob like the comment says
  
  MFC after:    1 week

Modified:
  head/lib/Makefile

Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile   Mon Feb  4 18:39:05 2013        (r246327)
+++ head/lib/Makefile   Mon Feb  4 19:05:53 2013        (r246328)
@@ -177,6 +177,11 @@ _libiconv_modules= libiconv_modules
 _libipx=       libipx
 .endif
 
+.if ${MK_LIBCPLUSPLUS} != "no"
+_libcxxrt=     libcxxrt
+_libcplusplus= libc++
+.endif
+
 .if ${MK_LIBTHR} != "no"
 _libthr=       libthr
 .endif
@@ -221,11 +226,6 @@ _librtld_db=       librtld_db
 _libmp=                libmp
 .endif
 
-.if ${MK_LIBCPLUSPLUS} != "no"
-_libcxxrt=     libcxxrt
-_libcplusplus= libc++
-.endif
-
 .if ${MK_PMC} != "no"
 _libpmc=       libpmc
 .endif
_______________________________________________
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