From 242c1bb631c19a5ae9e68c854bb777fcabc49ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 13 Apr 2004 13:43:11 +0000 Subject: [PATCH] Use headers from the kernel source tree rather than installed headers. Submitted by: ru --- 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 bc6aa5849c4..17269d8819c 100644 --- a/sys/i386/acpica/Makefile +++ b/sys/i386/acpica/Makefile @@ -9,7 +9,7 @@ DEPENDFILE= MAKESRCPATH= ${.CURDIR} CLEANFILES= acpi_wakecode.h acpi_wakecode.bin acpi_wakecode.o .endif -CFLAGS+= -I. +CFLAGS+= -I. -I@ all: acpi_wakecode.h