fix dirty build configrc problem

This commit is contained in:
cxgeorge 2002-10-07 20:54:20 +00:00
parent 67e69fe741
commit 2481a688df

View File

@ -631,15 +631,15 @@ $[TAB] cp -f $[ODIR]/$[local] $[dest]
#endif #endif
#if $[bin_postprocess_target] #if $[bin_postprocess_target]
#define input_exe $[ODIR]/$[TARGET].exe
#define output_exe $[ODIR]/$[bin_postprocess_target].exe
#define exename $[bin_postprocess_target].exe $[output_exe] : $[input_exe]
#define dest $[install_bin_dir] $[TAB] rm -f $[output_exe]
$[TAB] $[bin_postprocess_cmd] $[input_exe] $[bin_postprocess_arg1] $[output_exe]
$[ODIR]/$[bin_postprocess_target].exe : $[ODIR]/$[TARGET].exe $[install_bin_dir]/$[bin_postprocess_target].exe : $[output_exe]
$[TAB] $[bin_postprocess_cmd] $[ODIR]/$[TARGET].exe $[bin_postprocess_arg1] $[ODIR]/$[exename] $[TAB] cp -f $[output_exe] $[install_bin_dir]
$[install_bin_dir]/$[bin_postprocess_target].exe : $[ODIR]/$[exename]
$[TAB] cp -f $[ODIR]/$[exename] $[dest]
#endif #endif
#end bin_target #end bin_target