Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils.old use our real top



details:   https://anonhg.NetBSD.org/src/rev/4efc377b596b
branches:  trunk
changeset: 818714:4efc377b596b
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 26 17:58:48 2016 +0000

description:
use our real top

diffstat:

 external/gpl3/binutils.old/Makefile.inc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (11 lines):

diff -r c16091845b81 -r 4efc377b596b external/gpl3/binutils.old/Makefile.inc
--- a/external/gpl3/binutils.old/Makefile.inc   Wed Oct 26 17:32:46 2016 +0000
+++ b/external/gpl3/binutils.old/Makefile.inc   Wed Oct 26 17:58:48 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.3 2016/10/26 17:08:37 christos Exp $
+# $NetBSD: Makefile.inc,v 1.4 2016/10/26 17:58:48 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