Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Aug 2015 19:00:39 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r286812 - head/lib/libusb
Message-ID:  <201508151900.t7FJ0dxt013641@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508151900.t7FJ0dxt013641>