Description: Revert iasl changes based on filenames Author: Stephen Kitt See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899318 --- a/bios/Makefile.in +++ b/bios/Makefile.in @@ -127,7 +127,7 @@ cpp -P $< $<.i iasl -tc -p $@ $<.i rm $<.i - sed -i -e's/^unsigned/const unsigned/' $@ + sed -i -e's/^unsigned/const unsigned/;s/ACPI-DSDT_HEX/ACPI_DSDT_HEX/g;s/acpi-dsdt_aml_code/AmlCode/g' $@ endif rombios32start.o: rombios32start.S