summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gnu/lib/libgmp/Makefile6
-rw-r--r--lib/msun/Makefile4
2 files changed, 5 insertions, 5 deletions
diff --git a/gnu/lib/libgmp/Makefile b/gnu/lib/libgmp/Makefile
index d59fc24..d9aaead 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}
diff --git a/lib/msun/Makefile b/lib/msun/Makefile
index eae8a37..350dd58 100644
--- a/lib/msun/Makefile
+++ b/lib/msun/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 5.1beta 93/09/24
-# $Id: Makefile,v 1.9 1996/02/09 00:48:52 mpp Exp $
+# $Id: Makefile,v 1.10 1996/08/30 02:05:30 peter Exp $
#
# ====================================================
# Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
@@ -140,6 +140,6 @@ MLINKS+=tanh.3 tanhf.3
# XXX we should have only one math.h, and a rule for installing .h's...
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/src/math.h \
- ${DESTDIR}/usr/include/math.h
+ ${DESTDIR}/usr/include
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud