]> sourceware.org Git - automake.git/commitdiff
* automake.texi (Program and Library Variables): Mention _LFLAGS.
authorTom Tromey <tromey@redhat.com>
Mon, 6 May 2002 06:15:12 +0000 (06:15 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 6 May 2002 06:15:12 +0000 (06:15 +0000)
ChangeLog
automake.texi

index e3886ec9d7dd96850a8fa6db63018ed25f0bc1e4..96ad6f779793f93fe1e3e5e87c9574c8b9e20988 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-05  Tom Tromey  <tromey@redhat.com>
+
+       * automake.texi (Program and Library Variables): Mention _LFLAGS.
+
 2002-04-30  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * lib/am/ltlib.am (clean-%DIR%LTLIBRARIES): Erase so_locations
index f1233d6fb4b90fd76c6fbb74fa07a3b9b0d34f99..837ed196d1cda38fa4deaa82c03788b0ec5635c2 100644 (file)
@@ -2300,8 +2300,8 @@ per-library) basis.  A single source file can be included in several
 programs, and it will potentially be compiled with different flags for
 each program.  This works for any language directly supported by
 Automake.  The flags are @samp{_CFLAGS}, @samp{_CXXFLAGS},
-@samp{_OBJCFLAGS}, @samp{_YFLAGS}, @samp{_CCASFLAGS}, @samp{_FFLAGS},
-@samp{_RFLAGS}, and @samp{_GCJFLAGS}.
+@samp{_OBJCFLAGS}, @samp{_LFLAGS}, @samp{_YFLAGS}, @samp{_CCASFLAGS},
+@samp{_FFLAGS}, @samp{_RFLAGS}, and @samp{_GCJFLAGS}.
 
 When using a per-program compilation flag, Automake will choose a
 different name for the intermediate object files.  Ordinarily a file
This page took 0.080448 seconds and 5 git commands to generate.