]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Added missing "-" for "convert-hex" option of Trim.exe
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 13 Aug 2007 01:14:01 +0000 (01:14 +0000)
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 13 Aug 2007 01:14:01 +0000 (01:14 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3615 6f19259b-4bc3-4df7-8a09-765794883524

BaseTools/Conf/build_rule.template

index 27684bd32015a02057eec8e6b5796f16dfb78dae..17e9d7ba366016b31755639bddb89d681dc60fa5 100644 (file)
@@ -136,7 +136,7 @@ ${END}\t"$(CC)" /Fo$@ $(CC_FLAGS) $(INC) $(WORKSPACE)${_sep_}${fpath}
 $(OUTPUT_DIR)${_sep_}${fdir}${_sep_}${fbase}.obj : $(COMMON_DEPS)
 ${BEGIN}$(OUTPUT_DIR)${_sep_}${fdir}${_sep_}${fbase}.obj : $(WORKSPACE)${_sep_}${fdep}
 ${END}\t"$(PP)" $(PP_FLAGS) $(INC) $(WORKSPACE)${_sep_}${fpath} > $(@D)${_sep_}${fbase}.i
-\tTrim --source-code -convert-hex $(@D)${_sep_}${fbase}.i
+\tTrim --source-code --convert-hex $(@D)${_sep_}${fbase}.i
 \t"$(ASM)" /Fo$@ $(ASM_FLAGS) $(INC) $(@D)${_sep_}${fbase}.iii
 ''',