Module Name:    src
Committed By:   mrg
Date:           Sun Jul  3 15:25:11 UTC 2011

Modified Files:
        src/external/lgpl3/gmp/lib/libgmp: Makefile

Log Message:
clean up another generator.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/lgpl3/gmp/lib/libgmp/Makefile

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

Modified files:

Index: src/external/lgpl3/gmp/lib/libgmp/Makefile
diff -u src/external/lgpl3/gmp/lib/libgmp/Makefile:1.6 src/external/lgpl3/gmp/lib/libgmp/Makefile:1.7
--- src/external/lgpl3/gmp/lib/libgmp/Makefile:1.6	Sat Jul  2 14:04:30 2011
+++ src/external/lgpl3/gmp/lib/libgmp/Makefile	Sun Jul  3 15:25:11 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.6 2011/07/02 14:04:30 mrg Exp $
+#	$NetBSD: Makefile,v 1.7 2011/07/03 15:25:11 mrg Exp $
 
 .include <bsd.init.mk>
 
@@ -173,7 +173,7 @@
 	${HOST_CC} -o ${.OBJDIR}/gen-psqr ${.ALLSRC}
 	${.OBJDIR}/gen-psqr ${GMP_LIMB_BITS} 0 > ${.OBJDIR}/perfsqr.h
 
-CLEANFILES+=	${DPSRCS} gen-fac_ui gen-fib gen-bases gen-psqr
+CLEANFILES+=	${DPSRCS} gen-fac_ui gen-fib gen-bases gen-psqr gen-trialdivtab
 
 .if defined(MLIBDIR)
 LIBGMP_MACHINE_ARCH:=${MLIBDIR}

Reply via email to