Author: ngie
Date: Mon Aug  4 05:50:21 2014
New Revision: 269506
URL: http://svnweb.freebsd.org/changeset/base/269506

Log:
  Fix BINDIR to not duplicate "${TESTSDIR}
  
  This should fix 'make release' with MK_TESTS != no
  
  Phabric: D525 (part of a larger patch)
  
  Reviewed by: jmmv
  Approved by: jmmv (co-mentor)

Modified:
  head/libexec/rtld-elf/tests/target/Makefile

Modified: head/libexec/rtld-elf/tests/target/Makefile
==============================================================================
--- head/libexec/rtld-elf/tests/target/Makefile Mon Aug  4 05:49:13 2014        
(r269505)
+++ head/libexec/rtld-elf/tests/target/Makefile Mon Aug  4 05:50:21 2014        
(r269506)
@@ -3,7 +3,7 @@
 .include <bsd.own.mk>
 
 PROG=          target
-BINDIR=                ${TESTSBASE}${TESTSDIR}/libexec/rtld-elf
+BINDIR=                ${TESTSBASE}/libexec/rtld-elf
 
 CFLAGS+=       -I${.CURDIR}/../libpythagoras
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to