Author: ngie
Date: Sun Feb 19 21:19:44 2017
New Revision: 313972
URL: https://svnweb.freebsd.org/changeset/base/313972

Log:
  Unbreak the build when "make obj" is executed beforehand
  
  Using relative paths imply working directory (in this case .OBJDIR), whereas 
the
  sources live in the .CURDIR-relative path.
  
  MFC after:    2 weeks
  X-MFC with:   r313962
  Pointyhat to: allanjude
  Sponsored by: Dell EMC Isilon

Modified:
  head/tests/sys/geom/eli/pbkdf2/Makefile

Modified: head/tests/sys/geom/eli/pbkdf2/Makefile
==============================================================================
--- head/tests/sys/geom/eli/pbkdf2/Makefile     Sun Feb 19 21:10:34 2017        
(r313971)
+++ head/tests/sys/geom/eli/pbkdf2/Makefile     Sun Feb 19 21:19:44 2017        
(r313972)
@@ -2,7 +2,7 @@
 
 .include <bsd.own.mk>
 
-SYSDIR = ../../../../../sys
+SYSDIR = ${SRCTOP}/sys
 .PATH: ${SYSDIR}/geom/eli
 .PATH: ${SYSDIR}/crypto/sha2
 
@@ -22,7 +22,7 @@ SRCS.pbkdf2=  \
 
 LIBADD.pbkdf2= crypto
 
-testvect.h:    gentestvect.py
+testvect.h:
        python gentestvect.py > $@
 
 .include <bsd.test.mk>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to