Module Name: src
Committed By: christos
Date: Sat Jan 30 16:47:00 UTC 2016
Modified Files:
src/external/gpl2/xcvs: Makefile.inc
Log Message:
Use .PARSEDIR to set the TOP. It makes things more portable since they
can work outside the tree.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl2/xcvs/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl2/xcvs/Makefile.inc
diff -u src/external/gpl2/xcvs/Makefile.inc:1.3 src/external/gpl2/xcvs/Makefile.inc:1.4
--- src/external/gpl2/xcvs/Makefile.inc:1.3 Sun Sep 23 13:22:25 2012
+++ src/external/gpl2/xcvs/Makefile.inc Sat Jan 30 11:47:00 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.3 2012/09/23 17:22:25 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.4 2016/01/30 16:47:00 christos Exp $
.include <bsd.own.mk>
@@ -11,7 +11,7 @@ CWARNFLAGS.clang+= -Wno-tautological-com
-Wno-tautological-constant-out-of-range-compare
BINDIR?= /usr/bin
-IDIST= ${NETBSDSRCDIR}/external/gpl2/xcvs/dist
+IDIST:= ${.PARSEDIR}/dist
.if !defined(SUBDIR)
CPPFLAGS+= -DSETXID_SUPPORT -DHAVE_CONFIG_H \