Remove local patch that crept in.

This commit is contained in:
David E. O'Brien 2002-05-18 18:17:13 +00:00
parent 9f377ad834
commit 17dbb17920

View File

@ -317,23 +317,15 @@ everything:
WMAKE_TGTS=
.if !defined(SUBDIR_OVERRIDE) && !defined(X_QUICK)
.if !defined(SUBDIR_OVERRIDE)
WMAKE_TGTS+= _worldtmp _bootstrap-tools
.endif
.if !defined(X_QUICK)
WMAKE_TGTS+= _cleanobj _obj _build-tools
.endif
.if !defined(SUBDIR_OVERRIDE) && !defined(X_QUICK)
.if !defined(SUBDIR_OVERRIDE)
WMAKE_TGTS+= _cross-tools
.endif
WMAKE_TGTS+= _includes _libraries _depend everything
.for __target in ${WMAKE_TGTS}
.if defined(NO${__target})
WMAKE_TGTS:= ${WMAKE_TGTS:N${__target}}
.endif
.endfor
buildworld: ${WMAKE_TGTS}
.ORDER: ${WMAKE_TGTS}