summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-29 08:58:22 +0000
committerdd <dd@FreeBSD.org>2001-07-29 08:58:22 +0000
commita12e9377b2092a09630cc31908b4fedb790238a2 (patch)
treeb4c753f36a759398ec323557f995117019efca84 /Makefile.inc1
parent2aadb933013c79e6433612e84aeae7f3138631d1 (diff)
downloadFreeBSD-src-a12e9377b2092a09630cc31908b4fedb790238a2.zip
FreeBSD-src-a12e9377b2092a09630cc31908b4fedb790238a2.tar.gz
Enable the new libmp in the build, and disable libgmp and its
henchmen.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 06aefc0..240f774 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -652,13 +652,11 @@ hierarchy:
includes:
cd ${.CURDIR}/include; ${MAKE} -B all install
cd ${.CURDIR}/gnu/include; ${MAKE} install
- cd ${.CURDIR}/gnu/lib/libmp; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libobjc; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libreadline/readline; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libregex; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libstdc++; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libdialog; ${MAKE} beforeinstall
- cd ${.CURDIR}/gnu/lib/libgmp; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/usr.bin/cc/cc1plus; ${MAKE} beforeinstall
.if exists(${.CURDIR}/secure) && !defined(NOCRYPT) && !defined(NOSECURE)
.if exists(${.CURDIR}/secure/lib/libcrypto)
@@ -705,6 +703,7 @@ includes:
cd ${.CURDIR}/lib/libftpio; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libkvm; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libmd; ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libmp; ${MAKE} beforeinstall
.if !defined(WANT_CSRG_LIBM)
cd ${.CURDIR}/lib/msun; ${MAKE} beforeinstall
.endif
OpenPOWER on IntegriCloud