From 91234c796651772f8d0801fdfc2f266a6a1990b0 Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Sun, 17 Aug 1997 21:24:06 +0000 Subject: [PATCH] during the ,beforeinstall' target mp.h has to be installed as well to /usr/include. Otherwise chkey and newkey can't be compiled properly during make world. --- gnu/lib/libgmp/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/lib/libgmp/Makefile b/gnu/lib/libgmp/Makefile index 805f804aeb88..21e90728397b 100644 --- a/gnu/lib/libgmp/Makefile +++ b/gnu/lib/libgmp/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.10 1997/02/22 15:42:57 peter Exp $ +# $Id: Makefile,v 1.11 1997/04/10 16:33:22 bde Exp $ # LIB= gmp @@ -91,6 +91,8 @@ CLEANDIRS+= ${.OBJDIR}/mpz ${.CURDIR}/mpz \ beforeinstall: ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ ${GMPDIR}/gmp.h ${DESTDIR}/usr/include + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ + ${GMPDIR}/mp.h ${DESTDIR}/usr/include .S.o: ${CC} ${SFLAGS} ${CFLAGS:M-[ID]*} ${AINC} -c ${.IMPSRC} -o ${.TARGET}