]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Removed $($@) automatic macro.
authorRoland McGrath <roland@redhat.com>
Sun, 24 Apr 1988 00:57:23 +0000 (00:57 +0000)
committerRoland McGrath <roland@redhat.com>
Sun, 24 Apr 1988 00:57:23 +0000 (00:57 +0000)
make.texinfo

index da7fa9426cb38c1c966a99fbc7d4364238b17d18..d15e625155ec7a7ea4a19987c3038995c990a14f 100644 (file)
@@ -6,7 +6,10 @@
 $Header$
 
 $Log$
-Revision 1.5  1988/04/23 22:01:48  roland
+Revision 1.6  1988/04/24 00:57:23  roland
+Removed $($@) automatic macro.
+
+Revision 1.5  88/04/23  22:01:48  roland
 * Added paragraph about reporting bugs.
 * Documented -v (print version info) flag.
 * Corrected a couple typos (probably made a couple more :-).
@@ -3543,9 +3546,6 @@ The stem with which an implicit rule matches (@pxref{Pattern Match}).
 If the target is @file{dir/a.foo.b} and the target pattern is
 @file{a.%.b} then the stem is @file{dir/foo}.  The stem is useful for
 constructing names of related files.@refill
-
-@item $($@@)
-The same as @code{$@@}, for compatibility with some other versions
 of @code{make}.
 @end table