fixed project name and references to reflect move of app and rtacfg under a make sub-directory
diff --git a/src/part2/examples/local/apps/make/app/.cdtbuild b/src/part2/examples/local/apps/make/app/.cdtbuild
index 2e70410..f6c7520 100644
--- a/src/part2/examples/local/apps/make/app/.cdtbuild
+++ b/src/part2/examples/local/apps/make/app/.cdtbuild
@@ -17,10 +17,10 @@
<tool id="com.ti.ccstudio.buildDefinitions.MSP430_3.1.exe.compilerDebug.295572169" name="MSP430 Compiler v3.1" superClass="com.ti.ccstudio.buildDefinitions.MSP430_3.1.exe.compilerDebug">
<option id="com.ti.ccstudio.buildDefinitions.MSP430_3.1.compilerID.PRINTF_SUPPORT.1184523029" superClass="com.ti.ccstudio.buildDefinitions.MSP430_3.1.compilerID.PRINTF_SUPPORT" value="com.ti.ccstudio.buildDefinitions.MSP430_3.1.compilerID.PRINTF_SUPPORT.full" valueType="enumerated"/>
<option id="com.ti.ccstudio.buildDefinitions.MSP430_3.1.compilerID.CMD_FILE.768397199" superClass="com.ti.ccstudio.buildDefinitions.MSP430_3.1.compilerID.CMD_FILE" valueType="stringList">
-<listOptionValue builtIn="false" value=""${workspace_loc:/local.apps.rtacfg/assembly/compiler.opt}""/>
+<listOptionValue builtIn="false" value=""${workspace_loc:/local.apps.make.rtacfg/assembly/compiler.opt}""/>
</option>
</tool>
-<tool commandLinePattern="${command} ${inputs} "${workspace_loc:/local.apps.rtacfg/assembly/linker.cmd}" ${flags} ${output_flag} ${output}" id="com.ti.ccstudio.buildDefinitions.MSP430_3.1.exe.linkerDebug.1389850391" name="MSP430 Linker v3.1" superClass="com.ti.ccstudio.buildDefinitions.MSP430_3.1.exe.linkerDebug">
+<tool commandLinePattern="${command} ${inputs} "${workspace_loc:/local.apps.make.rtacfg/assembly/linker.cmd}" ${flags} ${output_flag} ${output}" id="com.ti.ccstudio.buildDefinitions.MSP430_3.1.exe.linkerDebug.1389850391" name="MSP430 Linker v3.1" superClass="com.ti.ccstudio.buildDefinitions.MSP430_3.1.exe.linkerDebug">
<option id="com.ti.ccstudio.buildDefinitions.MSP430_3.1.linkerID.LIBRARY.1469677201" superClass="com.ti.ccstudio.buildDefinitions.MSP430_3.1.linkerID.LIBRARY" valueType="stringList">
<listOptionValue builtIn="false" value=""rts430.lib""/>
</option>
diff --git a/src/part2/examples/local/apps/make/app/.project b/src/part2/examples/local/apps/make/app/.project
index 6809d36..aa71c3b 100644
--- a/src/part2/examples/local/apps/make/app/.project
+++ b/src/part2/examples/local/apps/make/app/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>local.apps.app</name>
+ <name>local.apps.make.app</name>
<comment></comment>
<projects>
<project>local.apps.hello</project>