Skip to content

Commit

Permalink
kbuild: .PHONY is not a variable, but PHONY is
Browse files Browse the repository at this point in the history
.PHONY is a target, not a variable.

Signed-off-by: Ulf Magnusson <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
ulfalizer authored and masahir0y committed Jul 6, 2018
1 parent 48f6e3c commit bd412d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1717,6 +1717,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)

0 comments on commit bd412d8

Please sign in to comment.