diff options
| author | mrg <mrg@NetBSD.org> | 2013-12-04 00:57:21 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2013-12-04 00:57:21 +0000 |
| commit | bbfa4848ab8cb26a4cb86a40bdf199fbdd201635 (patch) | |
| tree | 30a12a8adb2e2b6cfa28971294438671c4c8ebda | |
| parent | 5ce4a02b9d940dc9b381c758409927734e545402 (diff) | |
make trialdivtab.h depend on the Makefile.
| -rw-r--r-- | external/lgpl3/gmp/lib/libgmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/external/lgpl3/gmp/lib/libgmp/Makefile b/external/lgpl3/gmp/lib/libgmp/Makefile index cb5976ffe1c..7e32518addf 100644 --- a/external/lgpl3/gmp/lib/libgmp/Makefile +++ b/external/lgpl3/gmp/lib/libgmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2013/12/04 00:49:17 mrg Exp $ +# $NetBSD: Makefile,v 1.23 2013/12/04 00:57:21 mrg Exp $ .include <bsd.init.mk> @@ -193,7 +193,7 @@ gen-trialdivtab: gen-trialdivtab.c ${HOST_CC} -o ${.OBJDIR}/gen-trialdivtab ${.ALLSRC} -lm trialdiv.c: trialdivtab.h -trialdivtab.h: gen-trialdivtab +trialdivtab.h: gen-trialdivtab Makefile ${.OBJDIR}/gen-trialdivtab $(GMP_LIMB_BITS) 8000 > ${.OBJDIR}/trialdivtab.h CLEANFILES+= ${DPSRCS} gen-fac gen-fib gen-bases gen-jacobitab \ |
