diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-01-11 19:26:33 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-01-11 19:26:33 +0000 |
| commit | c3d0f96a5a7ab330ec89d0919cce45b47ea44c9f (patch) | |
| tree | c19d0f419989bcf1fca043a3d80d46d92fca97c2 /usr.sbin/acpi | |
| parent | d8e4c710eb9b56efde177bd5be5a9564548ff1d8 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/acpi')
| -rw-r--r-- | usr.sbin/acpi/iasl/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/acpi/iasl/Makefile b/usr.sbin/acpi/iasl/Makefile index 49a5b57c8ef6..10a60c352e02 100644 --- a/usr.sbin/acpi/iasl/Makefile +++ b/usr.sbin/acpi/iasl/Makefile @@ -1,7 +1,8 @@ # $FreeBSD$ PROG= iasl -SRCS+= aslcompilerparse.c aslcompilerlex.c aslanalyze.c aslcodegen.c \ +SRCS+= aslcompiler.y.h aslcompilerparse.c aslcompilerlex.c \ + aslanalyze.c aslcodegen.c \ aslcompile.c aslerror.c aslfiles.c asllength.c \ asllisting.c aslload.c asllookup.c aslmain.c \ aslmap.c aslopcodes.c asloperands.c aslresource.c \ @@ -38,9 +39,9 @@ CFLAGS+= -D_USE_BERKELEY_YACC .endif CLEANFILES= y.output y.tab.c y.tab.h aslcompiler.y.h \ - aslcompilerparse.c aslcompilerlex.c iasl + aslcompilerparse.c aslcompilerlex.c -aslcompilerparse.c: aslcompiler.y +aslcompilerparse.c aslcompiler.y.h: aslcompiler.y ${YACC} ${YFLAGS} ${ACPICA_DIR}/compiler/aslcompiler.y cp y.tab.c aslcompilerparse.c cp y.tab.h aslcompiler.y.h |
