2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>

* genmk.rb: Remove terminal*.lst in make clean.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-03-04 15:41:32 +01:00
parent 08dcd91370
commit a8efbf649e
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
* genmk.rb: Remove terminal*.lst in make clean.
2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
* util/i386/efi/grub-install.in: Copy gettext files.

View file

@ -201,7 +201,7 @@ endif
-include #{dep}
clean-module-#{extra_target}.#{@rule_count}:
rm -f #{command} #{fs} #{partmap} #{handler} #{parttool} #{video}
rm -f #{command} #{fs} #{partmap} #{handler} #{parttool} #{video} #{terminal}
CLEAN_MODULE_TARGETS += clean-module-#{extra_target}.#{@rule_count}