From: Sebastien Douheret Date: Thu, 8 Jun 2017 08:09:51 +0000 (+0200) Subject: Add build rule to .PHONY list X-Git-Tag: dab_3.99.3~85^2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=9a99f6df0fd8e9ef3e8b7360666fb4c70d5a7b00;p=staging%2Fxdg-launcher.git Add build rule to .PHONY list Change-Id: I4725e23c04b00ffb3212681423ff9bcc2320be07 Signed-off-by: Sebastien Douheret --- diff --git a/autobuild/agl/autobuild.mk b/autobuild/agl/autobuild.mk index 094ad2f..95aacfe 100755 --- a/autobuild/agl/autobuild.mk +++ b/autobuild/agl/autobuild.mk @@ -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 diff --git a/autobuild/linux/autobuild.mk b/autobuild/linux/autobuild.mk index 5f8f595..b6979c4 100755 --- a/autobuild/linux/autobuild.mk +++ b/autobuild/linux/autobuild.mk @@ -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