aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-08-30 01:57:55 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-08-30 01:57:55 +0000
commit8deb7ff0b0393b45f5e77e90c23f2ba28402e179 (patch)
tree01434abd81526eb1cd5755278805df6453c1e290 /gnu
parenta804ec2201026a8b2eae0037e231c75457592ec0 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libgmp/Makefile4
-rw-r--r--gnu/lib/libmp/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/lib/libgmp/Makefile b/gnu/lib/libgmp/Makefile
index 0edaf2cbfe1f..4621b00710b2 100644
--- a/gnu/lib/libgmp/Makefile
+++ b/gnu/lib/libgmp/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.17 1998/05/15 06:42:01 jb Exp $
+# $Id: Makefile,v 1.18 1998/05/24 21:51:50 eivind Exp $
#
LIB= gmp
@@ -96,7 +96,7 @@ SRCS+=$(_src)
SRCS+= ${MPZ_SRCS} ${MPF_SRCS} ${MPQ_SRCS}
-.if defined(BINFORMAT) && ${BINFORMAT} == elf
+.if defined(OBJFORMAT) && ${OBJFORMAT} == elf
sysdep.h: ${GMPDIR}/mpn/sysv.h
cp ${GMPDIR}/mpn/sysv.h sysdep.h
diff --git a/gnu/lib/libmp/Makefile b/gnu/lib/libmp/Makefile
index 433b18735acd..f0c1eece40ce 100644
--- a/gnu/lib/libmp/Makefile
+++ b/gnu/lib/libmp/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.14 1998/03/12 13:03:06 bde Exp $
+# $Id: Makefile,v 1.15 1998/05/15 06:42:37 jb Exp $
#
LIB= mp
@@ -62,7 +62,7 @@ SRCS+= ${MPBSD_SRCS}
beforedepend all: mpz
-.if defined(BINFORMAT) && ${BINFORMAT} == elf
+.if defined(OBJFORMAT) && ${OBJFORMAT} == elf
sysdep.h: ${GMPDIR}/mpn/sysv.h
cp ${GMPDIR}/mpn/sysv.h sysdep.h