]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/TianoTools/FwImage/build.xml
Fixed a typo issue which will cause cleanall failure
[mirror_edk2.git] / Tools / Source / TianoTools / FwImage / build.xml
index 6bccbd2d5ac8a8b50dace11f0b9037c4be095358..bd085c55ac143e2fb241000aeb94d50e4f53577b 100644 (file)
@@ -106,7 +106,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
   <target name="cleanall" depends="init">\r
     <echo message="Removing Object Files and the Executable: ${ToolName}${ext_exe}"/>  \r
-    <delete dir="${BUILD_DRI}">\r
+    <delete dir="${BUILD_DIR}">\r
       <fileset dir="${BIN_DIR}" includes="${ToolName}${ext_exe}"/>\r
     </delete>\r
   </target>\r