summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libmp/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-15 06:42:37 +0000
committerjb <jb@FreeBSD.org>1998-05-15 06:42:37 +0000
commita5e834b88616d82c529bb9b1e2d02d78a1c70b24 (patch)
treef9ec54ff7fc557cecf968317396d3542bc0bd527 /gnu/lib/libmp/Makefile
parentcf1a881890643db8396c6b430f309529fe461a01 (diff)
downloadFreeBSD-src-a5e834b88616d82c529bb9b1e2d02d78a1c70b24.zip
FreeBSD-src-a5e834b88616d82c529bb9b1e2d02d78a1c70b24.tar.gz
Change the order of the include paths so that the architecture specific
directory is searched before the generic one. You can guess what was happening.. all the world's assumed to be 32-bit.
Diffstat (limited to 'gnu/lib/libmp/Makefile')
-rw-r--r--gnu/lib/libmp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/lib/libmp/Makefile b/gnu/lib/libmp/Makefile
index b344ebe..433b187 100644
--- a/gnu/lib/libmp/Makefile
+++ b/gnu/lib/libmp/Makefile
@@ -1,13 +1,11 @@
#
-# $Id: Makefile,v 1.13 1998/01/25 09:45:00 jb Exp $
+# $Id: Makefile,v 1.14 1998/03/12 13:03:06 bde Exp $
#
LIB= mp
GMPDIR= ${.CURDIR}/../../../contrib/libgmp
-CFLAGS+= -I${GMPDIR} -I${GMPDIR}/mpn/generic
-
.if ${MACHINE_ARCH} == "alpha"
.PATH: ${GMPDIR} ${GMPDIR}/mpn ${GMPDIR}/mpn/alpha ${GMPDIR}/mpn/generic \
${GMPDIR}/mpbsd
@@ -34,6 +32,8 @@ MPN_SRC_ASM= add_n.S lshift.S rshift.S sub_n.S
.endif
+CFLAGS+= -I${GMPDIR} -I${GMPDIR}/mpn/generic
+
MPN_SRC_C= add_n.c addmul_1.c bdivmod.c cmp.c divmod_1.c divrem.c \
divrem_1.c dump.c gcd.c gcd_1.c gcdext.c get_str.c hamdist.c \
inlines.c lshift.c mod_1.c mul.c mul_1.c mul_n.c perfsqr.c \
OpenPOWER on IntegriCloud