* doc/autoconf.texi (Comments in Make Rules): Mention a workaround
syntax.
Signed-off-by: Eric Blake <eblake@redhat.com>
+2010-06-22 Bruno Haible <bruno@clisp.org>
+
+ Document how to write comments in makefile rules.
+ * doc/autoconf.texi (Comments in Make Rules): Mention a workaround
+ syntax.
+
2010-06-22 Ben Pfaff <blp@cs.stanford.edu>
Document how to propogate variables to submakes.
# foo
@end example
+As a workaround, you can use the @command{:} no-op command with a string
+argument that gets ignored:
+
+@example
+all:
+ : "foo"
+@end example
+
@node obj/ and Make
@section The @file{obj/} Subdirectory and Make
@cindex @file{obj/}, subdirectory