Author: ngie
Date: Sat Feb 11 06:47:07 2017
New Revision: 313613
URL: https://svnweb.freebsd.org/changeset/base/313613

Log:
  MFC r312490:
  
  Use SRCTOP-relative paths to other directories instead of .CURDIR-relative 
ones
  
  This implifies pathing in make/displayed output

Modified:
  stable/10/lib/libpcap/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libpcap/Makefile
==============================================================================
--- stable/10/lib/libpcap/Makefile      Sat Feb 11 06:46:16 2017        
(r313612)
+++ stable/10/lib/libpcap/Makefile      Sat Feb 11 06:47:07 2017        
(r313613)
@@ -110,7 +110,7 @@ SHLIB_MAJOR=        8
 #
 # Magic to grab sources out of src/contrib
 #
-PCAP_DISTDIR?=${.CURDIR}/../../contrib/libpcap
+PCAP_DISTDIR?=${SRCTOP}/contrib/libpcap
 CFLAGS+=-I${PCAP_DISTDIR}
 .PATH: ${PCAP_DISTDIR}
 .PATH: ${PCAP_DISTDIR}/bpf/net
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to