From: Roland McGrath Date: Sun, 24 Apr 1988 00:57:23 +0000 (+0000) Subject: Removed $($@) automatic macro. X-Git-Tag: Beta2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5457895aa69c944f476ab9d2b76f875145837079;p=thirdparty%2Fmake.git Removed $($@) automatic macro. --- diff --git a/make.texinfo b/make.texinfo index da7fa942..d15e6251 100644 --- a/make.texinfo +++ b/make.texinfo @@ -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