summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
Diffstat (limited to 'Tools')
-rw-r--r--Tools/CCode/Source/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/CCode/Source/build.xml b/Tools/CCode/Source/build.xml
index f222b4abe6..bdd163a194 100644
--- a/Tools/CCode/Source/build.xml
+++ b/Tools/CCode/Source/build.xml
@@ -252,8 +252,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<target name="Tools" depends="Libraries">
<subant target="" inheritall="true">
- <fileset dir="${PACKAGE_DIR}" includes="*/build.xml"
- excludes="${Libs}"/>
+ <fileset dir="${PACKAGE_DIR}" includes="*/build.xml"
+ excludes="${Libs} GenFvMap/build.xml"/>
</subant>
</target>