1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Remove acpi-dsdt.hex on clean so it gets rebuilt
Author: Guillem Jover <guillem@debian.org>
---
bios/Makefile.in | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--- a/bios/Makefile.in
+++ b/bios/Makefile.in
@@ -62,7 +62,7 @@
clean:
@RMCOMMAND@ *.o *.a *.s _rombios*_.c rombios*.txt rombios*.sym
- @RMCOMMAND@ acpt-dsdt.aml
+ @RMCOMMAND@ acpi-dsdt.hex acpi-dsdt.aml
@RMCOMMAND@ usage biossums
@RMCOMMAND@ rombios16.bin rombios16-qemu.bin
@RMCOMMAND@ rombios32.bin rombios32.out
|