Message ID | 1530761588-9986-1-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | Accepted |
Commit | bd412d81b7ea4cfa265e3d2309a166181ec7bdab |
Headers | show |
Series | [RESEND,1/2] Makefile: .PHONY is not a variable, but PHONY is | expand |
diff --git a/Makefile b/Makefile index 58bd78b..b610cb0 100644 --- a/Makefile +++ b/Makefile @@ -1720,6 +1720,6 @@ endif # skip-makefile PHONY += FORCE FORCE: -# Declare the contents of the .PHONY variable as phony. We keep that +# Declare the contents of the PHONY variable as phony. We keep that # information in a variable so we can use it in if_changed and friends. .PHONY: $(PHONY)