Skip to content

Commit

Permalink
makefile: Avoid mismatched quotes in check_defined (#576)
Browse files Browse the repository at this point in the history
Can break some syntax highlighting.
  • Loading branch information
doshitan authored Apr 15, 2024
1 parent 96aea7b commit bc61186
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 @@ -23,7 +23,7 @@ check_defined = \
__check_defined = \
$(if $(value $1),, \
$(error Undefined $1$(if $2, ($2))$(if $(value @), \
required by target `$@')))
required by target '$@')))


.PHONY : \
Expand Down

0 comments on commit bc61186

Please sign in to comment.