From 5c50efc9cec9b0b2f0af216c4e9bf82dc3046d04 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Mon, 7 Nov 2016 10:49:01 +0100 Subject: hwstub/tools: always run make for the libraries This ensures that the libs are always up-to-date hopefully. Change-Id: I790302fcabc91457091006de749b76735fdd510f --- utils/hwstub/tools/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/utils/hwstub/tools/Makefile b/utils/hwstub/tools/Makefile index 95eb4b72d6..15585bc097 100644 --- a/utils/hwstub/tools/Makefile +++ b/utils/hwstub/tools/Makefile @@ -17,10 +17,13 @@ LIBS=$(HWSTUB_LIB_DIR)/libhwstub.a $(REGTOOLS_LIB_DIR)/libsocdesc.a all: $(EXEC) -$(HWSTUB_LIB_DIR)/libhwstub.a: +# force target to always rebuild libraries +FORCE: + +$(HWSTUB_LIB_DIR)/libhwstub.a: FORCE make -C $(HWSTUB_LIB_DIR) -$(REGTOOLS_LIB_DIR)/libsocdesc.a: +$(REGTOOLS_LIB_DIR)/libsocdesc.a: FORCE make -C $(REGTOOLS_LIB_DIR) %.o: %.c -- cgit v1.2.3