Author: hselasky
Date: Wed Feb  7 18:49:06 2018
New Revision: 328986
URL: https://svnweb.freebsd.org/changeset/base/328986

Log:
  Fix relative location of USB sources after recent move.
  
  MFC after:    1 week
  Sponsored by: Mellanox Technologies

Modified:
  head/stand/usb/usbcore.mk

Modified: head/stand/usb/usbcore.mk
==============================================================================
--- head/stand/usb/usbcore.mk   Wed Feb  7 18:46:08 2018        (r328985)
+++ head/stand/usb/usbcore.mk   Wed Feb  7 18:49:06 2018        (r328986)
@@ -32,7 +32,7 @@
 #
 
 USBCOREDIR:=   ${.PARSEDIR}
-S=${USBCOREDIR}/../..
+S=${USBCOREDIR}/../../sys
 
 MACHDEP_DIRS=
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to