diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-11 15:28:21 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-11 15:28:21 +0000 |
commit | 41109716357a12d76640bb8fb836a42db76b66ee (patch) | |
tree | a0bc73a6a00ada14a7f0bd97816dd7552921d836 | |
parent | 53dd426984124cae8ddd9aea4124ac31026795c9 (diff) | |
download | edk2-platforms-41109716357a12d76640bb8fb836a42db76b66ee.tar.xz |
Fixed a typo
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1724 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | Tools/CCode/Source/GenDepex/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/CCode/Source/GenDepex/build.xml b/Tools/CCode/Source/GenDepex/build.xml index e07e5b52f5..e74943110a 100644 --- a/Tools/CCode/Source/GenDepex/build.xml +++ b/Tools/CCode/Source/GenDepex/build.xml @@ -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>
|