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.
This commit is contained in:
Andreas Klemm 1997-08-17 21:24:06 +00:00
parent ce8a015412
commit 91234c7966

View File

@ -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}