aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-08-21 15:51:51 +0000
committerBruce Evans <bde@FreeBSD.org>1997-08-21 15:51:51 +0000
commit4963bbb24ddbe555df1ba9676206d8840e1fc895 (patch)
tree1d1e9cf47b44eb3bdbc58f119e35324c73006db2 /gnu/lib
parenta98622df6da57a0e3f3c449e4577ae72709ac536 (diff)
downloadsrc-4963bbb24ddbe555df1ba9676206d8840e1fc895.tar.gz
src-4963bbb24ddbe555df1ba9676206d8840e1fc895.zip
Backed out previous commit. mp.h is installed from libmp and should not
be installed from here.
Notes
Notes: svn path=/head/; revision=28533
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libgmp/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/lib/libgmp/Makefile b/gnu/lib/libgmp/Makefile
index 21e90728397b..86380b32e39b 100644
--- a/gnu/lib/libgmp/Makefile
+++ b/gnu/lib/libgmp/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.11 1997/04/10 16:33:22 bde Exp $
+# $Id: Makefile,v 1.12 1997/08/17 21:24:06 andreas Exp $
#
LIB= gmp
@@ -91,8 +91,6 @@ 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}