Mention $ and then space

Dan Jacobson <[email protected]> Sat, 28 Feb 2026 07:53:15 +0800
Newsgroups gmane.comp.gnu.make.bugs
Message-ID <[email protected]>
On (info "(make) Reference") "$" is explained.
OK, but be sure to explain there
$ grep ^j Makefile
j:; : $ $ $  $ $ $ $
$ make j
:  $
All the $ followed by a space are considered
a variable, $( ), but then say how one assigns a value to that...