Remove 'uqm-wrapper' script in 'clean' subtarget; small comment fix; bug #1126

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3661 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2011-07-23 16:55:21 +00:00
parent 2d45321321
commit 51d3291671
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -131,6 +131,7 @@ build_clean() {
eval DEPEND_FILE="\$BUILD_WORK/\${${BUILD_PROJECT}_OBJS}${DEPEND_NAME}"
rm -f "$DEPEND_FILE" "$BUILD_WORK/build.vars" \
"$BUILD_WORK/uqm-wrapper" \
"$BUILD_WORK/config.state"
eval "${TARGET}_clean"
}