From 93919460a4d0382930ee0cc594f0c6b09bcd30ab Mon Sep 17 00:00:00 2001 From: pluknet Date: Tue, 30 Jul 2013 08:09:48 +0000 Subject: Fix up paths after r253790. While here, use $? contraction. Reported by: O. Hartmann --- sys/modules/usb/runfw/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/modules/usb') diff --git a/sys/modules/usb/runfw/Makefile b/sys/modules/usb/runfw/Makefile index c6e7884..3734153 100644 --- a/sys/modules/usb/runfw/Makefile +++ b/sys/modules/usb/runfw/Makefile @@ -5,7 +5,7 @@ FIRMWS= run.fw:runfw:1 CLEANFILES= run.fw -run.fw: ${.CURDIR}/../../contrib/dev/run/rt2870.fw.uu - uudecode -p ${.CURDIR}/../../contrib/dev/run/rt2870.fw.uu > ${.TARGET} +run.fw: ${.CURDIR}/../../../contrib/dev/run/rt2870.fw.uu + uudecode -p $? > ${.TARGET} .include -- cgit v1.1