summaryrefslogtreecommitdiff
path: root/Tools/CCode/Source/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/CCode/Source/build.xml')
-rw-r--r--Tools/CCode/Source/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/CCode/Source/build.xml b/Tools/CCode/Source/build.xml
index bdd163a194..528fd7f6e3 100644
--- a/Tools/CCode/Source/build.xml
+++ b/Tools/CCode/Source/build.xml
@@ -253,7 +253,7 @@ 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} GenFvMap/build.xml"/>
+ excludes="${Libs}"/>
</subant>
</target>