Remove ${MAKEFLAGS} on recommendation by Bruce, mainly because the reason

for adding it was so that -j3 carried through on a make -j3 world, but found
at least one circumstance where it breaks  'make depend'
This commit is contained in:
Marc G. Fournier 1997-03-31 05:30:16 +00:00
parent 42c13e4555
commit d54266d5b6

View File

@ -1,5 +1,5 @@
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
# $Id: bsd.subdir.mk,v 1.14 1997/03/09 00:14:00 wosch Exp $
# $Id: bsd.subdir.mk,v 1.15 1997/03/30 23:39:39 scrappy Exp $
#
# The include file <bsd.subdir.mk> contains the default targets
# for building subdirectories. It has the same seven targets
@ -45,7 +45,7 @@ _SUBDIRUSE: .USE
edir=$${entry}; \
cd ${.CURDIR}/$${edir}; \
fi; \
${MAKE} ${MAKEFLAGS} ${.TARGET:realinstall=install} DIRPRFX=${DIRPRFX}$$edir/); \
${MAKE} ${.TARGET:realinstall=install} DIRPRFX=${DIRPRFX}$$edir/); \
done
${SUBDIR}::