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 /gnu/lib/libgmp/Makefile | |
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 'gnu/lib/libgmp/Makefile')
-rw-r--r-- | gnu/lib/libgmp/Makefile | 6 |
1 files changed, 3 insertions, 3 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} |