Try using genwakecode.sh instead of the perl version.

This commit is contained in:
Peter Wemm 2002-05-01 21:54:07 +00:00
parent 9b4e33b6ba
commit 47a45d1b17

View File

@ -19,7 +19,7 @@ acpi_wakecode.bin: acpi_wakecode.o
objcopy -S -O binary acpi_wakecode.o acpi_wakecode.bin
acpi_wakecode.h: acpi_wakecode.bin acpi_wakecode.o
perl ${MAKESRCPATH}/genwakecode.pl > acpi_wakecode.h
sh ${MAKESRCPATH}/genwakecode.sh > acpi_wakecode.h
.include <bsd.prog.mk>