Module Name: src
Committed By: veego
Date: Sun May 23 14:08:05 UTC 2010
Modified Files:
src/external/intel-public/acpica/bin/iasl: Makefile
Log Message:
It seems something changed with the 'newer' yacc.
Rename y.output in CLEANFILES to aslcompilerparse.output
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/intel-public/acpica/bin/iasl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/intel-public/acpica/bin/iasl/Makefile
diff -u src/external/intel-public/acpica/bin/iasl/Makefile:1.4 src/external/intel-public/acpica/bin/iasl/Makefile:1.5
--- src/external/intel-public/acpica/bin/iasl/Makefile:1.4 Sun Apr 11 17:23:10 2010
+++ src/external/intel-public/acpica/bin/iasl/Makefile Sun May 23 14:08:05 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2010/04/11 17:23:10 jakllsch Exp $
+# $NetBSD: Makefile,v 1.5 2010/05/23 14:08:05 veego Exp $
.if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
PROG= iasl
@@ -149,6 +149,6 @@
aslcompilerlex.c: ${TOPDIR}/aslcompiler.l
${LEX} -i -PAslCompiler -o${.TARGET} ${.ALLSRC}
-CLEANFILES+= aslcompilerlex.c aslcompilerparse.c aslcompiler.y.h y.output
+CLEANFILES+= aslcompilerlex.c aslcompilerparse.c aslcompiler.y.h aslcompilerparse.output
.include <bsd.prog.mk>