summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2012-04-23 23:05:14 +0000
committerjkim <jkim@FreeBSD.org>2012-04-23 23:05:14 +0000
commit6ad6e5ad458430028d7210712b32b42a6a5bd27f (patch)
tree56922987e2cfefbddd9a8298beb2dce0ea965339 /usr.sbin
parent22fae261d4ee03ee88b67242e0842711fe24b0f3 (diff)
parenteb364ef2c90291c41e896d265d93fe21e48d02a7 (diff)
downloadFreeBSD-src-6ad6e5ad458430028d7210712b32b42a6a5bd27f.zip
FreeBSD-src-6ad6e5ad458430028d7210712b32b42a6a5bd27f.tar.gz
Merge ACPICA 20120420.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/acpi/iasl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/acpi/iasl/Makefile b/usr.sbin/acpi/iasl/Makefile
index 3208e82..58f9429 100644
--- a/usr.sbin/acpi/iasl/Makefile
+++ b/usr.sbin/acpi/iasl/Makefile
@@ -73,8 +73,9 @@ CLEANFILES= aslcompiler.y.h aslcompilerlex.c aslcompilerparse.c \
aslcompilerparse.h dtparser.y.h dtparserlex.c \
dtparserparse.c dtparserparse.h
-aslcompilerlex.c: aslcompiler.l
- ${LEX} ${LFLAGS} -PAslCompiler -o${.TARGET} ${.ALLSRC}
+aslcompilerlex.c: aslcompiler.l aslsupport.l
+ ${LEX} ${LFLAGS} -PAslCompiler -o${.TARGET} \
+ ${ACPICA_DIR}/compiler/aslcompiler.l
.ORDER: aslcompilerparse.c aslcompilerparse.h
aslcompilerparse.c aslcompilerparse.h: aslcompiler.y
OpenPOWER on IntegriCloud