Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/hdaudio fix path to devlist2h



details:   https://anonhg.NetBSD.org/src/rev/d39ec87ee74c
branches:  trunk
changeset: 338560:d39ec87ee74c
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat May 30 14:10:01 2015 +0000

description:
fix path to devlist2h

diffstat:

 sys/dev/hdaudio/Makefile.hdaudiodevs |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r d21af4a4411d -r d39ec87ee74c sys/dev/hdaudio/Makefile.hdaudiodevs
--- a/sys/dev/hdaudio/Makefile.hdaudiodevs      Sat May 30 13:47:17 2015 +0000
+++ b/sys/dev/hdaudio/Makefile.hdaudiodevs      Sat May 30 14:10:01 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.hdaudiodevs,v 1.1 2015/03/28 14:09:59 jmcneill Exp $
+#      $NetBSD: Makefile.hdaudiodevs,v 1.2 2015/05/30 14:10:01 jmcneill Exp $
 #
 # As per tron%NetBSD.org@localhost, the proper procedure is
 #
@@ -9,6 +9,6 @@
 
 .include <bsd.own.mk>
 
-hdaudiodevs.h hdaudiodevs_data.h: ${.CURDIR}/../../devlist2h.awk hdaudiodevs
+hdaudiodevs.h hdaudiodevs_data.h: ${.CURDIR}/../devlist2h.awk hdaudiodevs
        /bin/rm -f hdaudiodevs.h hdaudiodevs_data.h
        ${TOOL_AWK} -f ${.ALLSRC}



Home | Main Index | Thread Index | Old Index