]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fix grammaros.
authorReuben Thomas <rrt@sc3d.org>
Tue, 19 Aug 2008 20:53:32 +0000 (22:53 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 19 Aug 2008 20:54:35 +0000 (22:54 +0200)
* doc/automake.texi (Flag Variables Ordering, Per-Object Flags):
Fix grammaros.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/automake.texi

index add56b2e47351e468fa18253c886eae936fe57d4..48ee5a9fc586f813ce840e5160ab2a9393aa7056 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-19  Reuben Thomas <rrt@sc3d.org>  (tiny patch)
+
+       * doc/automake.texi (Flag Variables Ordering, Per-Object Flags):
+       Fix grammaros.
+
 2008-08-02  Karl Berry  <karl@freefriends.org>
 
        * lib/gnupload: Provide also a simple example.
index 5cb5642ddfeccbb68279d5af01b6c2d59eba5127..021c0aecd1404261ef44bb8d96306ba39f246f4f 100644 (file)
@@ -10419,7 +10419,7 @@ DejaGnu tests (@pxref{Tests}) use @code{RUNTESTDEFAULTFLAGS} and
 (@pxref{Tags}) use @code{ETAGSFLAGS}, @code{AM_ETAGSFLAGS},
 @code{CTAGSFLAGS}, and @code{AM_CTAGSFLAGS}.  Java rules
 (@pxref{Java}) use @code{JAVACFLAGS} and @code{AM_JAVACFLAGS}.  None
-of these rules do support per-target flags (yet).
+of these rules supports per-target flags (yet).
 
 To some extent, even @code{AM_MAKEFLAGS} (@pxref{Subdirectories})
 obeys this naming scheme.  The slight difference is that
@@ -10516,7 +10516,7 @@ sources of the @emph{program} @code{foo}, it has nothing to do with
 @file{foo.c} or @file{foo-foo.o} specifically.
 
 What if @file{foo.c} needs to be compiled into @file{foo.o} using some
-specific flags, that none of the other files require?  Obviously
+specific flags, that none of the other files requires?  Obviously
 per-program flags are not directly applicable here.  Something like
 per-object flags are expected, i.e., flags that would be used only
 when creating @file{foo-foo.o}.  Automake does not support that,