Date: Fri, 8 Feb 2013 23:13:47 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r246571 - head/sys/boot/usb Message-ID: <201302082313.r18NDli1080979@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hselasky Date: Fri Feb 8 23:13:46 2013 New Revision: 246571 URL: http://svnweb.freebsd.org/changeset/base/246571 Log: Correctly list the usbloader dependencies. Modified: head/sys/boot/usb/Makefile.test Modified: head/sys/boot/usb/Makefile.test ============================================================================== --- head/sys/boot/usb/Makefile.test Fri Feb 8 22:51:09 2013 (r246570) +++ head/sys/boot/usb/Makefile.test Fri Feb 8 23:13:46 2013 (r246571) @@ -53,9 +53,9 @@ SRCS+= bsd_usbloader_test.c LDADD+= libusbboot.a DPADD+= libusbboot.a -all: libusbboot.a - .include <bsd.prog.mk> +${PROG}: libusbboot.a + libusbboot.a: make -f Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302082313.r18NDli1080979>