Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/intel-public/acpica/bin/iasl It seems something cha...
details: https://anonhg.NetBSD.org/src/rev/5cff004a0ca8
branches: trunk
changeset: 755131:5cff004a0ca8
user: veego <veego%NetBSD.org@localhost>
date: Sun May 23 14:08:05 2010 +0000
description:
It seems something changed with the 'newer' yacc.
Rename y.output in CLEANFILES to aslcompilerparse.output
diffstat:
external/intel-public/acpica/bin/iasl/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r d9586d8f61cd -r 5cff004a0ca8 external/intel-public/acpica/bin/iasl/Makefile
--- a/external/intel-public/acpica/bin/iasl/Makefile Sun May 23 13:59:12 2010 +0000
+++ b/external/intel-public/acpica/bin/iasl/Makefile Sun May 23 14:08:05 2010 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index