summaryrefslogtreecommitdiffstats
path: root/bin/csh
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-05-30 04:15:40 +0000
committerngie <ngie@FreeBSD.org>2017-05-30 04:15:40 +0000
commit2a14abb0b39bdf34ad6ee24df9983b7936459841 (patch)
treed442222244b8c42fc84328216af6586bbbc62082 /bin/csh
parent174201f0e9f69a4d24e5536ae1121849981cdf5e (diff)
downloadFreeBSD-src-2a14abb0b39bdf34ad6ee24df9983b7936459841.zip
FreeBSD-src-2a14abb0b39bdf34ad6ee24df9983b7936459841.tar.gz
MFC r314655:
bin: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output
Diffstat (limited to 'bin/csh')
-rw-r--r--bin/csh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile
index ea06531..4fb7b84 100644
--- a/bin/csh/Makefile
+++ b/bin/csh/Makefile
@@ -9,7 +9,7 @@
.include <src.opts.mk>
PACKAGE=runtime
-TCSHDIR= ${.CURDIR}/../../contrib/tcsh
+TCSHDIR= ${SRCTOP}/contrib/tcsh
.PATH: ${TCSHDIR}
PROG= csh
OpenPOWER on IntegriCloud