When building with "-j 2", linking the "file" tool failed because
libmagic.la hadn't been built yet. Work around by adding a .NOTPARALLEL target.
This commit is contained in:
parent
f91480b342
commit
60359fcd1e
|
@ -1,8 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.1 2003/03/25 23:43:50 pooka Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2003/07/08 03:41:34 gson Exp $
|
||||
#
|
||||
|
||||
GNUHOSTDIST= ${.CURDIR}/../../dist/file
|
||||
|
||||
CONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX}
|
||||
|
||||
.NOTPARALLEL:
|
||||
|
||||
.include "${.CURDIR}/../Makefile.gnuhost"
|
||||
|
|
Loading…
Reference in New Issue