consistancy fixup

Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
This commit is contained in:
Peter Wemm 1996-08-30 21:21:52 +00:00
parent f991bb5181
commit bc4c97465a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17958
2 changed files with 5 additions and 5 deletions

View File

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

View File

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