diff options
author | peter <peter@FreeBSD.org> | 1996-08-30 21:21:52 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-08-30 21:21:52 +0000 |
commit | 48809684a197e204336f5fc27b8db68755da3998 (patch) | |
tree | 08e828acb44f4e929357b00fea945e8fd2313090 /lib/msun | |
parent | 2e0e3adbfdd71837c1010680bb5ec5718293f1da (diff) | |
download | FreeBSD-src-48809684a197e204336f5fc27b8db68755da3998.zip FreeBSD-src-48809684a197e204336f5fc27b8db68755da3998.tar.gz |
consistancy fixup
Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
Diffstat (limited to 'lib/msun')
-rw-r--r-- | lib/msun/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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> |