From 47a45d1b17f0d3be5a1a8a50573e02cc819fafc8 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 1 May 2002 21:54:07 +0000 Subject: [PATCH] Try using genwakecode.sh instead of the perl version. --- sys/i386/acpica/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/i386/acpica/Makefile b/sys/i386/acpica/Makefile index ca730cbb205a..59932f79acfd 100644 --- a/sys/i386/acpica/Makefile +++ b/sys/i386/acpica/Makefile @@ -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