diff options
author | Roland McGrath <roland@redhat.com> | 1988-04-24 00:57:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1988-04-24 00:57:23 +0000 |
commit | 5457895aa69c944f476ab9d2b76f875145837079 (patch) | |
tree | fccb6fd7f8ecb16b2c1402edbc3f7fb745977c31 | |
parent | a2c4f1410a134c4d37ec16d897bf853747ccafc0 (diff) | |
download | gunmake-5457895aa69c944f476ab9d2b76f875145837079.tar.gz |
Removed $($@) automatic macro.
-rw-r--r-- | make.texinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/make.texinfo b/make.texinfo index da7fa94..d15e625 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 |