From 9bcf734bd12bbcd65e04815ad56366e3e6086d26 Mon Sep 17 00:00:00 2001 From: Ruben Ayrapetyan Date: Thu, 26 Mar 2015 17:36:39 +0300 Subject: [PATCH] Adding build directory targets to .PHONY list in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1120eaf12..52268c778 100644 --- a/Makefile +++ b/Makefile @@ -283,4 +283,4 @@ unittests_run: unittests clean: @ rm -rf $(BUILD_DIR_PREFIX)* $(OUT_DIR) -.PHONY: clean build unittests_run $(JERRY_TARGETS) $(FLASH_TARGETS) +.PHONY: clean build unittests_run $(BUILD_DIRS_ALL) $(JERRY_TARGETS) $(FLASH_TARGETS)