From 4daf275eddefa17c0d703e3a613b77d3ba50d970 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 20 Oct 1993 05:46:21 +0000 Subject: Formerly make.texinfo.~120~ --- make.texinfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make.texinfo') diff --git a/make.texinfo b/make.texinfo index 46c50e8..9f32794 100644 --- a/make.texinfo +++ b/make.texinfo @@ -7070,8 +7070,8 @@ in that way. Instead, if the target name ends with a recognized suffix the target name minus the suffix. For example, if the target name is @samp{foo.c}, then @samp{$*} is set to @samp{foo}, since @samp{.c} is a suffix. GNU @code{make} does this bizarre thing only for compatibility -with other implementations of @code{make}. You should generally never use -@samp{$*} except in implicit rules or static pattern rules.@refill +with other implementations of @code{make}. You should generally avoid +using @samp{$*} except in implicit rules or static pattern rules.@refill If the target name in an explicit rule does not end with a recognized suffix, @samp{$*} is set to the empty string for that rule. -- cgit v1.2.3