Fix parallel makes falling over on xwhere

This commit is contained in:
Gary Palmer 1998-08-30 19:59:35 +00:00
parent e2daa140cc
commit 1f4dcd683a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38649

View file

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