Makefile.include: Make eclipsesym.xml FORCE (not PHONY).
This commit is contained in:
parent
b86a326de6
commit
c60a06b058
@ -525,11 +525,11 @@ objdump:
|
|||||||
|
|
||||||
# Generate an XML file containing all macro definitions and include paths for
|
# Generate an XML file containing all macro definitions and include paths for
|
||||||
# use in Eclipse CDT
|
# use in Eclipse CDT
|
||||||
.PHONY: eclipsesym eclipsesym.xml $(CURDIR)/eclipsesym.xml
|
.PHONY: eclipsesym eclipsesym.xml
|
||||||
eclipsesym: $(CURDIR)/eclipsesym.xml
|
eclipsesym: $(CURDIR)/eclipsesym.xml
|
||||||
eclipsesym.xml: $(CURDIR)/eclipsesym.xml
|
eclipsesym.xml: $(CURDIR)/eclipsesym.xml
|
||||||
|
|
||||||
$(CURDIR)/eclipsesym.xml:
|
$(CURDIR)/eclipsesym.xml: FORCE
|
||||||
$(Q)printf "%s\n" $(CC) $(CFLAGS_WITH_MACROS) $(INCLUDES) | \
|
$(Q)printf "%s\n" $(CC) $(CFLAGS_WITH_MACROS) $(INCLUDES) | \
|
||||||
$(RIOTTOOLS)/eclipsesym/cmdline2xml.sh > $@
|
$(RIOTTOOLS)/eclipsesym/cmdline2xml.sh > $@
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user