summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libmp
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-12 13:03:06 +0000
committerbde <bde@FreeBSD.org>1998-03-12 13:03:06 +0000
commite835626991290ae311309e9b274276c9db189303 (patch)
tree547fe8070f7a3a1cc78300b70f5ce0ad9a5cb069 /gnu/lib/libmp
parenta7597a1ee0df7a475cf655046aeb783e2e7eee6f (diff)
downloadFreeBSD-src-e835626991290ae311309e9b274276c9db189303.zip
FreeBSD-src-e835626991290ae311309e9b274276c9db189303.tar.gz
Put sources in SRCS and don't depend on them in beforedepend. IIRC,
this is to fix `make -j50' where `make -j18' worked. The race may just have been more likely to be lost for -j50.
Diffstat (limited to 'gnu/lib/libmp')
-rw-r--r--gnu/lib/libmp/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/lib/libmp/Makefile b/gnu/lib/libmp/Makefile
index db1a7dd..b344ebe 100644
--- a/gnu/lib/libmp/Makefile
+++ b/gnu/lib/libmp/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.12 1997/08/29 13:58:08 peter Exp $
+# $Id: Makefile,v 1.13 1998/01/25 09:45:00 jb Exp $
#
LIB= mp
@@ -47,7 +47,8 @@ MPBSD_SRCS= itom.c mdiv.c mfree.c min.c mout.c move.c mtox.c sdiv.c xtom.c \
SRCS= memory.c mp_set_fns.c mp_clz_tab.c version.c stack-alloc.c \
mp_bpl.c extract-double.c insert-double.c \
- ${MPN_SRC_ASM}
+ ${MPN_SRC_ASM} \
+ asm-syntax.h sysdep.h
# Look though the generic C source for names that don't have assembly
# source version.
@@ -59,7 +60,7 @@ SRCS+=$(_src)
SRCS+= ${MPBSD_SRCS}
-beforedepend all: mpz sysdep.h asm-syntax.h
+beforedepend all: mpz
.if defined(BINFORMAT) && ${BINFORMAT} == elf
OpenPOWER on IntegriCloud