mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +00:00
Removed $($@) automatic macro.
This commit is contained in:
parent
a2c4f1410a
commit
5457895aa6
1 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,10 @@
|
||||||
$Header$
|
$Header$
|
||||||
|
|
||||||
$Log$
|
$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.
|
* Added paragraph about reporting bugs.
|
||||||
* Documented -v (print version info) flag.
|
* Documented -v (print version info) flag.
|
||||||
* Corrected a couple typos (probably made a couple more :-).
|
* 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
|
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
|
@file{a.%.b} then the stem is @file{dir/foo}. The stem is useful for
|
||||||
constructing names of related files.@refill
|
constructing names of related files.@refill
|
||||||
|
|
||||||
@item $($@@)
|
|
||||||
The same as @code{$@@}, for compatibility with some other versions
|
|
||||||
of @code{make}.
|
of @code{make}.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue