mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
Bug 541784. Fix typo in recipe_objcopy_eep_pattern
Change-Id: I6aab65f52e630e8cf4c4438de80e0a56322a8b88 Signed-off-by: Lutz Hamann <lhamann@planettime.de>
This commit is contained in:
parent
52b4a02b20
commit
228708a4dc
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ TARGETS = \
|
|||
<#if recipe_objcopy_hex_pattern??>
|
||||
${project_name}.hex \
|
||||
</#if>
|
||||
<#if recipe_objcopy_epp_pattern??>
|
||||
<#if recipe_objcopy_eep_pattern??>
|
||||
${project_name}.eep \
|
||||
</#if>
|
||||
<#if recipe_objcopy_bin_pattern??>
|
||||
|
@ -92,7 +92,7 @@ ${project_name}.hex: ${project_name}.elf
|
|||
${recipe_objcopy_hex_pattern}
|
||||
|
||||
</#if>
|
||||
<#if recipe_objcopy_epp_pattern??>
|
||||
<#if recipe_objcopy_eep_pattern??>
|
||||
${project_name}.eep: ${project_name}.elf
|
||||
${recipe_objcopy_eep_pattern}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue