Author: ngie
Date: Thu Nov 26 00:48:09 2015
New Revision: 291343
URL: https://svnweb.freebsd.org/changeset/base/291343

Log:
  Fix bad MFC (r291175)
  
  Replace SRCTOP with the relevant path via .CURDIR
  
  Pointyhat to: ngie
  Sponsored by: EMC / Isilon Storage Division

Modified:
  stable/10/lib/libc/tests/net/Makefile

Modified: stable/10/lib/libc/tests/net/Makefile
==============================================================================
--- stable/10/lib/libc/tests/net/Makefile       Thu Nov 26 00:26:23 2015        
(r291342)
+++ stable/10/lib/libc/tests/net/Makefile       Thu Nov 26 00:48:09 2015        
(r291343)
@@ -29,7 +29,7 @@ DPADD.h_nsd_recurse+= ${LIBPTHREAD}
 LDADD.h_nsd_recurse+=  -lpthread
 
 CLEANFILES+=   aton_ether_subr.c
-aton_ether_subr.c: gen_ether_subr ${SRCTOP}/sys/net/if_ethersubr.c
+aton_ether_subr.c: gen_ether_subr ${.CURDIR:H:H:H:H}/sys/net/if_ethersubr.c
        ${HOST_SH} ${.ALLSRC} ${.TARGET}
 
 .include "../Makefile.netbsd-tests"
_______________________________________________
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