s/distclean/cleandist/

This commit is contained in:
Jordan Hubbard
2015-04-27 18:11:29 -07:00
parent a5bb62ff8b
commit c0efc628ba

View File

@@ -74,7 +74,7 @@ PROFILE != cat ${PROFILE_SETTING}
.if !make(remote) && !make(sync)
@${BUILD_TOOLS}/buildenv.py ${BUILD_TOOLS}/check-host.py
.if !make(checkout) && !make(update) && !make(clean) && !make(distclean) && !make(git-internal) && !make(git-external) && !make(profiles)
.if !make(checkout) && !make(update) && !make(clean) && !make(cleandist) && !make(git-internal) && !make(git-external) && !make(profiles)
@${BUILD_TOOLS}/buildenv.py ${BUILD_TOOLS}/check-sandbox.py
.endif
.endif