BaseTools: Fix build fail after clean or cleanall target.

Remove module AutoGenTimeStamp file during clean or cleanall.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Derek Lin <derek.lin2@hpe.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
Derek Lin 2017-04-11 10:47:53 +08:00 committed by Yonghong Zhu
parent f90c4fff00
commit 8ac3309f1b
1 changed files with 2 additions and 1 deletions

View File

@ -386,7 +386,7 @@ ${END}
#
clean:
\t${BEGIN}${clean_command}
\t${END}
\t${END}\t$(RM) AutoGenTimeStamp
#
# clean all generated files
@ -395,6 +395,7 @@ cleanall:
${BEGIN}\t${cleanall_command}
${END}\t$(RM) *.pdb *.idb > NUL 2>&1
\t$(RM) $(BIN_DIR)${separator}$(MODULE_NAME).efi
\t$(RM) AutoGenTimeStamp
#
# clean all dependent libraries built