Module Name:    src
Committed By:   matt
Date:           Thu Jul  7 07:37:17 UTC 2011

Modified Files:
        src/lib: Makefile

Log Message:
Distribute libmpfr and libmpc across the dependency barriers so that
additional .WAITs are not needed.


To generate a diff of this commit:
cvs rdiff -u -r1.171 -r1.172 src/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/Makefile
diff -u src/lib/Makefile:1.171 src/lib/Makefile:1.172
--- src/lib/Makefile:1.171	Thu Jul  7 07:33:40 2011
+++ src/lib/Makefile	Thu Jul  7 07:37:17 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.171 2011/07/07 07:33:40 mrg Exp $
+#	$NetBSD: Makefile,v 1.172 2011/07/07 07:37:17 matt Exp $
 #	from: @(#)Makefile	5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -78,10 +78,8 @@
 . endif
 .endif
 
-. if ${HAVE_GCC} >= 45
-SUBDIR+=	../external/lgpl3/gmp/lib/libgmp .WAIT
-SUBDIR+=	../external/lgpl3/mpfr/lib/libmpfr .WAIT
-SUBDIR+=	../external/lgpl2/mpc/lib/libmpc
+.if ${HAVE_GCC} >= 45
+SUBDIR+=	../external/lgpl3/gmp/lib/libgmp
 .endif
 
 #
@@ -133,6 +131,10 @@
 . endif
 .endif
 
+.if ${HAVE_GCC} >= 45
+SUBDIR+=	../external/lgpl3/mpfr/lib/libmpfr
+.endif
+
 #==================== 2nd library dependency barrier ====================
 SUBDIR+=	.WAIT
 
@@ -161,6 +163,10 @@
 
 SUBDIR+=	librumphijack
 
+.if ${HAVE_GCC} >= 45
+SUBDIR+=	../external/lgpl2/mpc/lib/libmpc
+.endif
+
 #==================== 3rd library dependency barrier ====================
 SUBDIR+=	.WAIT
 

Reply via email to