From b74d7272f779f17351b7b3c5a0dfe8f77fec1c82 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 26 Nov 2001 22:02:28 +0000 Subject: [PATCH] * automake.texi (Assembly Support): Mention .s and .S as only suffixes. --- ChangeLog | 5 +++++ automake.texi | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0b3096e4..19d80e2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-26 Tom Tromey + + * automake.texi (Assembly Support): Mention .s and .S as only + suffixes. + 2001-11-26 Alexandre Duret-Lutz * tests/subdirbuiltsources.test: Set -e after sourcing defs, not diff --git a/automake.texi b/automake.texi index 99cf8309..7f1d8f51 100644 --- a/automake.texi +++ b/automake.texi @@ -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 -- 2.43.5