Module Name:    src
Committed By:   christos
Date:           Mon Jun  5 23:55:43 UTC 2017

Modified Files:
        src/tools: Makefile

Log Message:
No need to set dtc twice.


To generate a diff of this commit:
cvs rdiff -u -r1.188 -r1.189 src/tools/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/Makefile
diff -u src/tools/Makefile:1.188 src/tools/Makefile:1.189
--- src/tools/Makefile:1.188	Mon Jun  5 19:24:29 2017
+++ src/tools/Makefile	Mon Jun  5 19:55:43 2017
@@ -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+=	libfdt .WAIT
 SUBDIR+=	dtc
 .endif
 
-SUBDIR+=	libfdt .WAIT
-SUBDIR+=	dtc
 .if ${MKX11} != "no"
 SUBDIR+=	makestrs
 SUBDIR+=	makekeys

Reply via email to