Fixed a typo

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1724 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lhauch 2006-10-11 15:28:21 +00:00
parent 53dd426984
commit 4110971635
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<delete failonerror="false" quiet="true" includeEmptyDirs="true">
<fileset dir="${BUILD_DIR}"/>
<fileset file="${BIN_DIR}/${ToolName}${ext_exe}"/>
<fileset file="${BIN_DIR}/${ToolName}/pdb"/>
<fileset file="${BIN_DIR}/${ToolName}.pdb"/>
</delete>
</target>