Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/acpi Don't depend on the .d file here; since th...



details:   https://anonhg.NetBSD.org/src/rev/acada9aad139
branches:  trunk
changeset: 769559:acada9aad139
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Sep 14 13:13:21 2011 +0000

description:
Don't depend on the .d file here; since this is the only rule, acpi_wakeup.d
will never be build!

diffstat:

 sys/arch/x86/acpi/Makefile.wakecode.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 9e67ba4cd529 -r acada9aad139 sys/arch/x86/acpi/Makefile.wakecode.inc
--- a/sys/arch/x86/acpi/Makefile.wakecode.inc   Wed Sep 14 12:37:55 2011 +0000
+++ b/sys/arch/x86/acpi/Makefile.wakecode.inc   Wed Sep 14 13:13:21 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.wakecode.inc,v 1.5 2011/05/20 13:14:58 joerg Exp $
+# $NetBSD: Makefile.wakecode.inc,v 1.6 2011/09/14 13:13:21 christos Exp $
 # FreeBSD: src/sys/i386/acpica/Makefile,v 1.3 2002/05/01 21:54:07 peter Exp
 
 ACPI_WAKECODE_S=       ${S}/arch/${MACHINE}/acpi/acpi_wakecode.S
@@ -20,4 +20,4 @@
        ${ACPI_GENCMD} ${ACPI_GENWAKECODE} > acpi_wakecode.h
        rm -f acpi_wakecode.bin acpi_wakecode.o acpi_wakecode.bin.map
 
-acpi_wakeup.o acpi_wakeup.d: acpi_wakecode.h
+acpi_wakeup.o: acpi_wakecode.h



Home | Main Index | Thread Index | Old Index