Author: avg
Date: Thu Nov  2 19:45:51 2017
New Revision: 325338
URL: https://svnweb.freebsd.org/changeset/base/325338

Log:
  loader: fix BOOTSRC -> BOOTOBJ in a library path

Modified:
  head/sys/boot/i386/loader/Makefile

Modified: head/sys/boot/i386/loader/Makefile
==============================================================================
--- head/sys/boot/i386/loader/Makefile  Thu Nov  2 18:30:41 2017        
(r325337)
+++ head/sys/boot/i386/loader/Makefile  Thu Nov  2 19:45:51 2017        
(r325338)
@@ -26,7 +26,7 @@ SRCS=         main.c conf.c vers.c chain.c
 # Put LOADER_FIREWIRE_SUPPORT=yes in /etc/make.conf for FireWire/dcons support
 .if defined(LOADER_FIREWIRE_SUPPORT)
 CFLAGS+=       -DLOADER_FIREWIRE_SUPPORT
-LIBFIREWIRE=   ${BOOTSRC}/i386/libfirewire/libfirewire.a
+LIBFIREWIRE=   ${BOOTOBJ}/i386/libfirewire/libfirewire.a
 .endif
 
 # Set by zfsloader Makefile
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to