summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1988-05-11 21:30:52 +0000
committerRoland McGrath <roland@redhat.com>1988-05-11 21:30:52 +0000
commit79e979db5b987ff41488b0e6425775cfa8768c3d (patch)
tree058dcb15058a338abe32eeff06aecfe41703ec50
parented80ce66fc62782703482a66cc766cebef926676 (diff)
downloadgunmake-79e979db5b987ff41488b0e6425775cfa8768c3d.tar.gz
* Made `$<' automatic variable be the first dependency of any rule.
* Bumped revision number to correspond to `make.c'.
-rw-r--r--make.texinfo9
1 files changed, 6 insertions, 3 deletions
diff --git a/make.texinfo b/make.texinfo
index e236023..d4b659f 100644
--- a/make.texinfo
+++ b/make.texinfo
@@ -6,7 +6,11 @@
$Header$
$Log$
-Revision 1.9 1988/05/04 17:56:07 mcgrath
+Revision 1.15 1988/05/11 21:30:52 mcgrath
+* Made `$<' automatic variable be the first dependency of any rule.
+* Bumped revision number to correspond to `make.c'.
+
+Revision 1.9 88/05/04 17:56:07 mcgrath
* Miscellaneous changes suggested by RMS.
* The `define' directive makes recursive variables.
* Removed the `expand' function.
@@ -3548,8 +3552,7 @@ example, if the target is @file{foo.a(bar.o)} then @samp{$%} is
when the target is not an archive member.
@item $<
-The name of the first implicit dependency, when an implicit rule is
-being applied.
+The name of the first dependency.
@item $?
The names of all the dependencies that are newer than the target, with