blob: afcb37c546c192bf07b00f091b5163d1cf7a4442 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ruN old/Makefile new/Makefile
--- old/Makefile 2015-04-13 16:53:03.000000000 +0200
+++ new/Makefile 2015-07-31 15:52:08.920097812 +0200
@@ -346,7 +346,7 @@
AWK = awk
PERL = perl
PYTHON = python
-DTC = dtc
+DTC = $(DTCDIR)dtc
CHECK = sparse
CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \
|