7878d97
From 097ce774b6739aa6a52e4d79e2920e3ef5af41d3 Mon Sep 17 00:00:00 2001
7878d97
From: Peter Robinson <pbrobinson@gmail.com>
7878d97
Date: Thu, 31 Oct 2019 09:19:23 +0000
7878d97
Subject: [PATCH] tools: fix version.h
7878d97
7878d97
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
7878d97
---
7878d97
 Makefile | 6 +++---
7878d97
 1 file changed, 3 insertions(+), 3 deletions(-)
7878d97
7878d97
diff --git a/Makefile b/Makefile
7878d97
index 58a5721b3d..7b40069d9f 100644
7878d97
--- a/Makefile
7878d97
+++ b/Makefile
7878d97
@@ -1848,14 +1848,14 @@ checkarmreloc: u-boot
7878d97
 		false; \
7878d97
 	fi
7878d97
 
7878d97
-tools/version.h: include/version.h
7878d97
+version.h: include/version.h
7878d97
 	$(call if_changed,copy)
7878d97
 
7878d97
-envtools: scripts_basic $(version_h) $(timestamp_h) tools/version.h
7878d97
+envtools: scripts_basic $(version_h) $(timestamp_h) version.h
7878d97
 	$(Q)$(MAKE) $(build)=tools/env
7878d97
 
7878d97
 tools-only: export TOOLS_ONLY=y
7878d97
-tools-only: scripts_basic $(version_h) $(timestamp_h) tools/version.h
7878d97
+tools-only: scripts_basic $(version_h) $(timestamp_h) version.h
7878d97
 	$(Q)$(MAKE) $(build)=tools
7878d97
 
7878d97
 tools-all: export HOST_TOOLS_ALL=y
7878d97
-- 
7878d97
2.23.0
7878d97