]> sourceware.org Git - automake.git/commitdiff
* automake.texi (Assembly Support): Mention .s and .S as only
authorTom Tromey <tromey@redhat.com>
Mon, 26 Nov 2001 22:02:28 +0000 (22:02 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 26 Nov 2001 22:02:28 +0000 (22:02 +0000)
suffixes.

ChangeLog
automake.texi

index 0b3096e437df719d1b1dd7d051c308eaba5d9dfd..19d80e2a911630b8a8bb0f63c148f73d3567b43b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-26  Tom Tromey  <tromey@redhat.com>
+
+       * automake.texi (Assembly Support): Mention .s and .S as only
+       suffixes.
+
 2001-11-26  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * tests/subdirbuiltsources.test: Set -e after sourcing defs, not
index 99cf8309c944e15e22080ca6fdaf58c84e8a6428..7f1d8f5169b9991a7ca17242a6bc7e868aa1d826 100644 (file)
@@ -2381,6 +2381,9 @@ You are required to set @code{AS} and @code{ASFLAGS} via
 for you.  Unless they are already set, it simply sets @code{AS} to the C
 compiler and @code{ASFLAGS} to the C compiler flags.
 
+Only the suffixes @samp{.s} and @samp{.S} are recognized by
+@code{automake} as being files containing assembly code.
+
 
 @node Fortran 77 Support, Java Support, Assembly Support, Programs
 @comment  node-name,  next,  previous,  up
This page took 0.040872 seconds and 5 git commands to generate.