Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/binutils use the real top
details: https://anonhg.NetBSD.org/src/rev/24a500b05abe
branches: trunk
changeset: 348573:24a500b05abe
user: christos <christos%NetBSD.org@localhost>
date: Wed Oct 26 18:00:46 2016 +0000
description:
use the real top
diffstat:
external/gpl3/binutils/Makefile.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (11 lines):
diff -r b0daafdf5ab1 -r 24a500b05abe external/gpl3/binutils/Makefile.inc
--- a/external/gpl3/binutils/Makefile.inc Wed Oct 26 17:58:48 2016 +0000
+++ b/external/gpl3/binutils/Makefile.inc Wed Oct 26 18:00:46 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.1 2016/01/26 19:37:46 christos Exp $
+# $NetBSD: Makefile.inc,v 1.2 2016/10/26 18:00:46 christos Exp $
.include <bsd.own.mk>
-TOP= ${NETBSDSRCDIR}/external/gpl3/${EXTERNAL_BINUTILS_SUBDIR}
-DIST= ${TOP}/dist
+TOP:= ${.PARSEDIR}
+DIST:= ${TOP}/dist
Home |
Main Index |
Thread Index |
Old Index