From 696305360cc6bb9f557b5d4332f9a211d058cb17 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Tue, 23 May 2017 11:10:02 +0200 Subject: [PATCH] interfaces: Add dependencies to rule Make sure that the XML files are re-build when any of the scripts that are used to generated it are modified. Signed-off-by: Lars-Peter Clausen --- library/interfaces/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/interfaces/Makefile b/library/interfaces/Makefile index 33c296d4b..2a180a3d0 100644 --- a/library/interfaces/Makefile +++ b/library/interfaces/Makefile @@ -37,7 +37,7 @@ clean:clean-all clean-all: rm -rf $(M_FLIST) -%.xml: +%.xml: $(M_DEPS) $(M_VIVADO) interfaces_ip.tcl >> interfaces_ip.log 2>&1 ####################################################################################