diff options
-rw-r--r-- | make.texinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/make.texinfo b/make.texinfo index 0b2f70d..2c3ed06 100644 --- a/make.texinfo +++ b/make.texinfo @@ -9,7 +9,7 @@ @set EDITION 0.41 @set VERSION 3.64 Beta -@set UPDATED 14 April 1993 +@set UPDATED 16 April 1993 @set UPDATE-MONTH April 1993 @c finalout @@ -3442,9 +3442,9 @@ For example, using this canned sequence: @example define frobnicate -@echo "frobnicating target $@" -frob-step-1 $< -o $@-step-1 -frob-step-2 $@-step-1 -o $@ +@@echo "frobnicating target $@@" +frob-step-1 $< -o $@@-step-1 +frob-step-2 $@@-step-1 -o $@@ endef @end example |