From d169cde81cd39eb7fae44ed10f15a903f2fe3d2d Mon Sep 17 00:00:00 2001 From: hselasky Date: Fri, 8 Feb 2013 23:13:46 +0000 Subject: Correctly list the usbloader dependencies. --- sys/boot/usb/Makefile.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/boot/usb') diff --git a/sys/boot/usb/Makefile.test b/sys/boot/usb/Makefile.test index a366d36..b7139e7 100644 --- a/sys/boot/usb/Makefile.test +++ b/sys/boot/usb/Makefile.test @@ -53,9 +53,9 @@ SRCS+= bsd_usbloader_test.c LDADD+= libusbboot.a DPADD+= libusbboot.a -all: libusbboot.a - .include +${PROG}: libusbboot.a + libusbboot.a: make -f Makefile -- cgit v1.1