Re: [PATCH] Makefile: .PHONY is not a variable, but PHONY is

2017-12-07 Thread Masahiro Yamada
Hi Ulf, 2015-09-02 22:11 GMT+09:00 : > From: Ulf Magnusson > > .PHONY is a target, not a variable. > > Signed-off-by: Ulf Magnusson > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > index 24c9e3d..4835d24 100644 > --- a/Makefile

[PATCH] Makefile: .PHONY is not a variable, but PHONY is

2015-09-02 Thread ulfalizer . lkml
From: Ulf Magnusson .PHONY is a target, not a variable. Signed-off-by: Ulf Magnusson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 24c9e3d..4835d24 100644 --- a/Makefile +++ b/Makefile @@ -1609,6 +1609,6 @@ endif # skip-makefile