From c60a06b0580da01278d5dda09f3ffb015eb2df01 Mon Sep 17 00:00:00 2001
From: Juan Carrano <j.carrano@fu-berlin.de>
Date: Mon, 23 Jul 2018 17:06:29 +0200
Subject: [PATCH] Makefile.include: Make eclipsesym.xml FORCE (not PHONY).

---
 Makefile.include | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.include b/Makefile.include
index e465eadfa5..01eefcd9f2 100644
--- a/Makefile.include
+++ b/Makefile.include
@@ -525,11 +525,11 @@ objdump:
 
 # Generate an XML file containing all macro definitions and include paths for
 # use in Eclipse CDT
-.PHONY: eclipsesym eclipsesym.xml $(CURDIR)/eclipsesym.xml
+.PHONY: eclipsesym eclipsesym.xml
 eclipsesym: $(CURDIR)/eclipsesym.xml
 eclipsesym.xml: $(CURDIR)/eclipsesym.xml
 
-$(CURDIR)/eclipsesym.xml:
+$(CURDIR)/eclipsesym.xml: FORCE
 	$(Q)printf "%s\n" $(CC) $(CFLAGS_WITH_MACROS) $(INCLUDES) | \
 		$(RIOTTOOLS)/eclipsesym/cmdline2xml.sh > $@
 
-- 
GitLab