add BUILD_EXEEXT support to fix make clean on Windows
Add $(BUILD_EXEEXT) to ensure files are removed. Also add CLEANFILES where appropriate.
This commit is contained in:
parent
5ef569df5b
commit
1ecf96fcc4
5 changed files with 40 additions and 20 deletions
|
@ -708,7 +708,7 @@ script = {
|
|||
name = grub-fs-tester;
|
||||
common = tests/util/grub-fs-tester.in;
|
||||
installdir = noinst;
|
||||
dependencies = garbage-gen;
|
||||
dependencies = 'garbage-gen$(BUILD_EXEEXT)';
|
||||
};
|
||||
|
||||
script = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue