summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2015-12-03 18:04:43 +0000
committerrodrigc <rodrigc@FreeBSD.org>2015-12-03 18:04:43 +0000
commit68a4f44cfaf14b23814241e38f291d7c61c65198 (patch)
tree73e8bfd0fe5f354b8cafa3513718d3bd729393f6 /tests
parente9bddfef0b2bc796a7d9eb9f65126b20510a0e36 (diff)
downloadFreeBSD-src-68a4f44cfaf14b23814241e38f291d7c61c65198.zip
FreeBSD-src-68a4f44cfaf14b23814241e38f291d7c61c65198.tar.gz
Fix bad MFC (r291173)
Replace SRCTOP with the relevant path via .CURDIR Reviewed by: bdrewery
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/kern/acct/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/kern/acct/Makefile b/tests/sys/kern/acct/Makefile
index 966fe9a..e0e2363 100644
--- a/tests/sys/kern/acct/Makefile
+++ b/tests/sys/kern/acct/Makefile
@@ -10,7 +10,7 @@ CLEANFILES+= convert.c
DPSRCS.acct_test= convert.c
-convert.c: ${SRCTOP}/sys/kern/kern_acct.c
+convert.c: ${.CURDIR:H:H:H:H}/sys/kern/kern_acct.c
sed -n -e 's/log(/syslog(/g' \
-e '/FLOAT_CONVERSION_START/,/FLOAT_CONVERSION_END/p' ${.ALLSRC} >>${.TARGET}
OpenPOWER on IntegriCloud