summaryrefslogtreecommitdiff
path: root/make.texinfo
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-04-16 18:26:18 +0000
committerRoland McGrath <roland@redhat.com>1993-04-16 18:26:18 +0000
commit681f7a3067ab7c1a8b38e1bda3d6077fc37c3316 (patch)
treeb5144dbb92c27a8bdeab3e1f8a99e61ea8950038 /make.texinfo
parentada4528484b9f7f8e3c5ecaa7b6d02c107d44c0b (diff)
downloadgunmake-681f7a3067ab7c1a8b38e1bda3d6077fc37c3316.tar.gz
Formerly make.texinfo.~90~
Diffstat (limited to 'make.texinfo')
-rw-r--r--make.texinfo8
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