Add build rule to .PHONY list
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Thu, 8 Jun 2017 08:09:51 +0000 (10:09 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Thu, 8 Jun 2017 08:11:08 +0000 (10:11 +0200)
Change-Id: I4725e23c04b00ffb3212681423ff9bcc2320be07
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
autobuild/agl/autobuild.mk
autobuild/linux/autobuild.mk

index 094ad2f..95aacfe 100755 (executable)
@@ -19,7 +19,7 @@ PACKAGING_DIR := packaging/wgt
 
 VPATH = etc:$(PACKAGING_DIR):$(PACKAGING_DIR)/etc:$(BUILD_DIR)
 
-.PHONY: all clean mrproper package
+.PHONY: all clean build mrproper package
 
 all: build
 
index 5f8f595..b6979c4 100755 (executable)
@@ -19,7 +19,7 @@ PACKAGING_DIR := packaging/wgt
 
 VPATH = etc:$(PACKAGING_DIR):$(PACKAGING_DIR)/etc:$(BUILD_DIR)
 
-.PHONY: all clean mrproper package
+.PHONY: all clean build mrproper package
 
 all: build