Module Name:    src
Committed By:   mrg
Date:           Thu Jul  7 07:33:40 UTC 2011

Modified Files:
        src/lib: Makefile

Log Message:
add .WAIT's between libgmp and libmpfr, and between libmpfr and libmpc.


To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 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.170 src/lib/Makefile:1.171
--- src/lib/Makefile:1.170	Wed Jun 29 02:05:25 2011
+++ src/lib/Makefile	Thu Jul  7 07:33:40 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.170 2011/06/29 02:05:25 mrg Exp $
+#	$NetBSD: Makefile,v 1.171 2011/07/07 07:33:40 mrg Exp $
 #	from: @(#)Makefile	5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -79,8 +79,8 @@
 .endif
 
 . if ${HAVE_GCC} >= 45
-SUBDIR+=	../external/lgpl3/gmp/lib/libgmp
-SUBDIR+=	../external/lgpl3/mpfr/lib/libmpfr
+SUBDIR+=	../external/lgpl3/gmp/lib/libgmp .WAIT
+SUBDIR+=	../external/lgpl3/mpfr/lib/libmpfr .WAIT
 SUBDIR+=	../external/lgpl2/mpc/lib/libmpc
 .endif
 

Reply via email to