]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Limitations of Make) <$<>: New.
authorAkim Demaille <akim@epita.fr>
Tue, 18 Sep 2001 14:31:26 +0000 (14:31 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 18 Sep 2001 14:31:26 +0000 (14:31 +0000)
ChangeLog
doc/autoconf.texi

index 2d73d752404e390e1e436c796b3e1c0162b1f31d..e7e367ec797261022a23c6b7951439f12168a39a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-18  Akim Demaille  <akim@epita.fr>
+
+       * doc/autoconf.texi (Limitations of Make) <$<>: New.
+
 2001-09-18  Akim Demaille  <akim@epita.fr>
 
        * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
index a3a706789cffed56ddd9feaf7c0a3d2baa20003a..89c4f658e750ea60225783b12511b8cfca17bb07 100644 (file)
@@ -9112,6 +9112,12 @@ being listed here.  First of all, remember that since commands are
 executed by the shell, all its weaknesses are inherited@dots{}
 
 @table @asis
+@item @code{$<}
+@sc{posix} says that the @samp{$<} construct in makefiles can be used
+only in inference rules and in the @samp{.DEFAULT} rule; its meaning in
+ordinary rules is unspecified.  Solaris 8's @command{make} for instance
+will replace it with the argument.
+
 @item Leading underscore in macro names
 Some Make don't support leading underscores in macro names, such as on
 NEWS-OS 4.2R.