svn commit: r286812 - head/lib/libusb

Antoine Brodin antoine at FreeBSD.org
Sat Aug 15 19:00:39 UTC 2015


Author: antoine
Date: Sat Aug 15 19:00:38 2015
New Revision: 286812
URL: https://svnweb.freebsd.org/changeset/base/286812

Log:
  bsd.lib.mk has to be included after MLINKS assignment

Modified:
  head/lib/libusb/Makefile

Modified: head/lib/libusb/Makefile
==============================================================================
--- head/lib/libusb/Makefile	Sat Aug 15 18:22:16 2015	(r286811)
+++ head/lib/libusb/Makefile	Sat Aug 15 19:00:38 2015	(r286812)
@@ -70,8 +70,6 @@ CFLAGS+=	-DUSB_GLOBAL_INCLUDE_FILE=\"${L
 CFLAGS+=	-I ../../sys
 .endif
 
-.include <bsd.lib.mk>
-
 # LibUSB v1.0
 MLINKS += libusb.3 libusb_init.3
 MLINKS += libusb.3 libusb_exit.3
@@ -259,3 +257,5 @@ MLINKS += libusb20.3 libusb20_me_decode.
 MLINKS += libusb20.3 libusb20_desc_foreach.3
 MLINKS += libusb20.3 libusb20_strerror.3
 MLINKS += libusb20.3 libusb20_error_name.3
+
+.include <bsd.lib.mk>


More information about the svn-src-head mailing list