Fix some cleanall issues

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@299 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
bbahnsen
2006-05-26 22:13:31 +00:00
parent c43c67195a
commit 9e792382a8
5 changed files with 7 additions and 7 deletions

View File

@@ -113,7 +113,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<target name="cleanall">
<echo message="Removing Object Files and the Library: CustomizedCompress${ext_static}"/>
<delete dir="${BUILD_DIR}">
<delete dir="${BUILD_DIR}" failonerror="false">
<fileset dir="${LIB_DIR}" includes="CustomizedCompress${ext_static}"/>
</delete>
</target>