aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1998-08-30 19:59:35 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1998-08-30 19:59:35 +0000
commit1f4dcd683a83e6c3af0df194ddc84b3e477076da (patch)
treeaf9c8bcfd3f43c4626e0256f4a337d77ad8dfae8
parente2daa140ccf642e526e26c49acc2f1841f888ff0 (diff)
downloadsrc-1f4dcd683a83e6c3af0df194ddc84b3e477076da.tar.gz
src-1f4dcd683a83e6c3af0df194ddc84b3e477076da.zip
Fix parallel makes falling over on xwhere
Notes
Notes: svn path=/head/; revision=38649
-rw-r--r--usr.sbin/amd/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/amd/Makefile.inc b/usr.sbin/amd/Makefile.inc
index 0c11f73764a2..7856fd2e6d44 100644
--- a/usr.sbin/amd/Makefile.inc
+++ b/usr.sbin/amd/Makefile.inc
@@ -1,6 +1,6 @@
# ex:ts=8
#
-# $Id$
+# $Id: Makefile.inc,v 1.1 1998/08/27 08:09:38 obrien Exp $
#
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998.
@@ -21,7 +21,7 @@ CFLAGS+= -I${.CURDIR}/../../../contrib/amd
CFLAGS+= -DHAVE_CONFIG_H
LIBAMUDIR!= cd ${.CURDIR}/../libamu; \
- printf 'xwhere: .MAKE\n\t@echo \$${.OBJDIR}\n' | ${MAKE} -s -f-
+ printf 'xwhere: .MAKE\n\t@echo \$${.OBJDIR}\n' | ${MAKE} -Bs -f-
LIBAMU= ${LIBAMUDIR}/libamu.a