David A. Greene wrote:
How do I echo a raw $ character in a make rule?
% cat makefile all: ; @echo '$$' % make $ % _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
