Module Name: src
Committed By: jmcneill
Date: Sat May 30 14:10:01 UTC 2015
Modified Files:
src/sys/dev/hdaudio: Makefile.hdaudiodevs
Log Message:
fix path to devlist2h
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/hdaudio/Makefile.hdaudiodevs
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/hdaudio/Makefile.hdaudiodevs
diff -u src/sys/dev/hdaudio/Makefile.hdaudiodevs:1.1 src/sys/dev/hdaudio/Makefile.hdaudiodevs:1.2
--- src/sys/dev/hdaudio/Makefile.hdaudiodevs:1.1 Sat Mar 28 14:09:59 2015
+++ src/sys/dev/hdaudio/Makefile.hdaudiodevs Sat May 30 14:10:01 2015
@@ -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 [email protected], 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}