Author: rpaulo
Date: Mon Jul 29 06:57:45 2013
New Revision: 253761
URL: http://svnweb.freebsd.org/changeset/base/253761
Log:
Fix a debugging hack that snuck in.
Modified:
head/sys/modules/usb/rsufw/Makefile.inc
Modified: head/sys/modules/usb/rsufw/Makefile.inc
==============================================================================
--- head/sys/modules/usb/rsufw/Makefile.inc Mon Jul 29 06:55:28 2013
(r253760)
+++ head/sys/modules/usb/rsufw/Makefile.inc Mon Jul 29 06:57:45 2013
(r253761)
@@ -11,7 +11,5 @@ FIRMWS= ${_FIRM}:${KMOD}:120
FIRMWARE_LICENSE= realtek
-#${_FIRM}: ${.CURDIR}/../../../../contrib/dev/rsu/${_FIRM}.uu
-# uudecode -p $? > ${.TARGET}
-${_FIRM}: ${.CURDIR}/${_FIRM}.uu
+${_FIRM}: ${.CURDIR}/../../../../contrib/dev/rsu/${_FIRM}.uu
uudecode -p $? > ${.TARGET}
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"