summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-05-01 21:54:07 +0000
committerpeter <peter@FreeBSD.org>2002-05-01 21:54:07 +0000
commit5b777bef205c14e29efa71f1ccc9446c6f3ed756 (patch)
tree78cd7fd7ca1768eab42d8c858a9224b51a6bdd2d /sys
parentab5403ca0f6c3c69b6f0345e80ba4c8506ca67c7 (diff)
downloadFreeBSD-src-5b777bef205c14e29efa71f1ccc9446c6f3ed756.zip
FreeBSD-src-5b777bef205c14e29efa71f1ccc9446c6f3ed756.tar.gz
Try using genwakecode.sh instead of the perl version.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/acpica/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/acpica/Makefile b/sys/i386/acpica/Makefile
index ca730cb..59932f7 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 <bsd.prog.mk>
OpenPOWER on IntegriCloud