Source-Changes-HG archive

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

[src/trunk]: src/tools/compat Include <bsd.own.mk> to give a chance to ${TOOL...



details:   https://anonhg.NetBSD.org/src/rev/7d938cb9870e
branches:  trunk
changeset: 783167:7d938cb9870e
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 09 18:08:08 2012 +0000

description:
Include <bsd.own.mk> to give a chance to ${TOOLDIR} to be defined before
using it in rules. Before there was another .mk file included before ${TOOLDIR}
was used.

diffstat:

 tools/compat/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 7b5c42149ea9 -r 7d938cb9870e tools/compat/Makefile
--- a/tools/compat/Makefile     Sun Dec 09 15:22:54 2012 +0000
+++ b/tools/compat/Makefile     Sun Dec 09 18:08:08 2012 +0000
@@ -1,4 +1,6 @@
-#      $NetBSD: Makefile,v 1.62 2012/12/09 15:22:54 apb Exp $
+#      $NetBSD: Makefile,v 1.63 2012/12/09 18:08:08 christos Exp $
+
+.include <bsd.own.mk>
 
 HOSTLIB=       nbcompat
 



Home | Main Index | Thread Index | Old Index