Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib move atf down to fix the build



details:   https://anonhg.NetBSD.org/src/rev/a57c90ddd6c4
branches:  trunk
changeset: 780140:a57c90ddd6c4
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jul 12 19:11:06 2012 +0000

description:
move atf down to fix the build

diffstat:

 lib/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r 1ae20999fef1 -r a57c90ddd6c4 lib/Makefile
--- a/lib/Makefile      Thu Jul 12 18:46:20 2012 +0000
+++ b/lib/Makefile      Thu Jul 12 19:11:06 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.184 2012/05/27 02:19:50 matt Exp $
+#      $NetBSD: Makefile,v 1.185 2012/07/12 19:11:06 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -53,10 +53,6 @@
 
 SUBDIR+=       ../external/bsd/am-utils/lib
 
-.if (${MKATF} != "no")
-SUBDIR+=       ../external/bsd/atf/lib
-.endif
-
 SUBDIR+=       ../external/bsd/flex/lib
 SUBDIR+=       ../external/bsd/tre/lib
 SUBDIR+=       ../external/bsd/libdwarf/lib
@@ -144,6 +140,10 @@
 #==================== 2nd library dependency barrier ====================
 SUBDIR+=       .WAIT
 
+.if (${MKATF} != "no")
+SUBDIR+=       ../external/bsd/atf/lib # depends on libstdc++ and libm
+.endif
+
 SUBDIR+=       libform         # depends on libcurses
 SUBDIR+=       libmenu         # depends on libcurses
 SUBDIR+=       libradius       # depends on libcrypto if (${MKCRYPTO} != "no")



Home | Main Index | Thread Index | Old Index