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:
gson 2003-07-08 03:41:34 +00:00
parent f91480b342
commit 60359fcd1e
1 changed files with 3 additions and 1 deletions

View File

@ -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"