svn commit: r230915 - in head/sys/modules/sound/driver: emu10k1 emu10kx

Joel Dahl joel at FreeBSD.org
Thu Feb 2 17:25:40 UTC 2012


Author: joel (doc committer)
Date: Thu Feb  2 17:25:39 2012
New Revision: 230915
URL: http://svn.freebsd.org/changeset/base/230915

Log:
  Remove leftovers from previous commits.
  
  Approved by:	jhb

Modified:
  head/sys/modules/sound/driver/emu10k1/Makefile
  head/sys/modules/sound/driver/emu10kx/Makefile

Modified: head/sys/modules/sound/driver/emu10k1/Makefile
==============================================================================
--- head/sys/modules/sound/driver/emu10k1/Makefile	Thu Feb  2 16:33:58 2012	(r230914)
+++ head/sys/modules/sound/driver/emu10k1/Makefile	Thu Feb  2 17:25:39 2012	(r230915)
@@ -1,7 +1,6 @@
 # $FreeBSD$
 
-.PATH: ${.CURDIR}/../../../../dev/sound/pci \
-       ${.CURDIR}/../../../../gnu/dev/sound/pci
+.PATH: ${.CURDIR}/../../../../dev/sound/pci
 
 KMOD=	snd_emu10k1
 SRCS=	device_if.h bus_if.h pci_if.h

Modified: head/sys/modules/sound/driver/emu10kx/Makefile
==============================================================================
--- head/sys/modules/sound/driver/emu10kx/Makefile	Thu Feb  2 16:33:58 2012	(r230914)
+++ head/sys/modules/sound/driver/emu10kx/Makefile	Thu Feb  2 17:25:39 2012	(r230915)
@@ -1,6 +1,5 @@
 # $FreeBSD$
-.PATH: ${.CURDIR}/../../../../dev/sound/pci \
-       ${.CURDIR}/../../../../gnu/dev/sound/pci
+.PATH: ${.CURDIR}/../../../../dev/sound/pci
 
 KMOD=	snd_emu10kx
 


More information about the svn-src-head mailing list