Source-Changes-HG archive

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

[src/trunk]: src/tools No need to set dtc twice.



details:   https://anonhg.NetBSD.org/src/rev/7402bd9ef94b
branches:  trunk
changeset: 824459:7402bd9ef94b
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jun 05 23:55:43 2017 +0000

description:
No need to set dtc twice.

diffstat:

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

diffs (18 lines):

diff -r 84a69baa9b5e -r 7402bd9ef94b tools/Makefile
--- a/tools/Makefile    Mon Jun 05 23:44:27 2017 +0000
+++ b/tools/Makefile    Mon Jun 05 23:55:43 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.188 2017/06/05 23:24:29 christos Exp $
+#      $NetBSD: Makefile,v 1.189 2017/06/05 23:55:43 christos Exp $
 
 .include <bsd.own.mk>
 .include <bsd.endian.mk>
@@ -214,8 +214,6 @@
 SUBDIR+=       dtc
 .endif
 
-SUBDIR+=       libfdt .WAIT
-SUBDIR+=       dtc
 .if ${MKX11} != "no"
 SUBDIR+=       makestrs
 SUBDIR+=       makekeys



Home | Main Index | Thread Index | Old Index