From 18ff4f166beef62175a81e9ffc7390d4a0ae5b64 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 10 Jul 2014 21:06:04 +0200 Subject: build system: create .xcompile dependency It's probably safe to say that .xcompile needs an update if util/xcompile/xcompile changed, so tell make about this dependency. Updates are honored immediately due to GNU make's feature of reinterpreting everything when an included file changes. See "How Makefiles Are Remade" in the GNU make documentation for details. Change-Id: Ide2f028eaddcee66028c6403688cc83e1622fa6b Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/6255 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- util/xcompile/xcompile | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 util/xcompile/xcompile (limited to 'util') diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile old mode 100644 new mode 100755 -- cgit v1.2.3