summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-08-30 21:21:52 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-08-30 21:21:52 +0000
commitbc4c97465a53029173e2821005ce0b8a4ba98416 (patch)
tree08e828acb44f4e929357b00fea945e8fd2313090 /gnu/lib
parentf991bb51815f9bce4f1d4b1586f49e7f68bde50e (diff)
Notes
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libgmp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/lib/libgmp/Makefile b/gnu/lib/libgmp/Makefile
index d59fc244f5aa..d9aaead879dc 100644
--- a/gnu/lib/libgmp/Makefile
+++ b/gnu/lib/libgmp/Makefile
@@ -1,5 +1,5 @@
# Makefile for libgmp
-# $Id: Makefile,v 1.3 1995/11/26 09:51:42 bde Exp $
+# $Id: Makefile,v 1.4 1996/05/07 23:14:38 wosch Exp $
LIB= gmp
SRCS= $(GMP_SRCS)
@@ -40,8 +40,8 @@ SUBDIR+= doc
beforedepend: gmp-mparam.h mp_bases.c
beforeinstall:
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${.CURDIR}/gmp.h ${DESTDIR}/usr/include/
+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/gmp.h \
+ ${DESTDIR}/usr/include
cre-mparam: cre-mparam.c
$(CC) $(CFLAGS) ${.CURDIR}/cre-mparam.c -o ${.TARGET}