diff options
Diffstat (limited to 'doc/make.texi')
-rw-r--r-- | doc/make.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/make.texi b/doc/make.texi index 5184c16..5aef5c8 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -4184,10 +4184,12 @@ from getting implicit commands (from implicit rules or the @c !!! another reason is for canonical stamp files: @ignore +@example foo: stamp-foo ; stamp-foo: foo.in create foo frm foo.in touch $@ +@end example @end ignore You may be inclined to define empty command strings for targets that are |