How do I echo a raw $ character in a make rule? For example:
target: dependency
echo "DOLLAR_SIGN_HERE" > target
If I just put $ (or $$ or $$$, or...) make echos an empty string.
-Dave
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make
