From: Alexandre Duret-Lutz Date: Tue, 13 Sep 2005 20:16:32 +0000 (+0000) Subject: * automake.in (Languages) : Fix typo in the comment. X-Git-Tag: Release-1-9b~114 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=556baa4e1d0d58cc7c8b4b444a282874b8e9c5ca;p=automake.git * automake.in (Languages) : Fix typo in the comment. --- diff --git a/ChangeLog b/ChangeLog index b23d6afa..6a962382 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-09-13 Stepan Kasal + + * automake.in (Languages) : Fix typo in the comment. + 2005-09-13 Ralf Wildenhues * lib/am/ltlib.am (uninstall-%DIR%LTLIBRARIES): Do not put diff --git a/automake.in b/automake.in index 35b697de..6d0f32f6 100755 --- a/automake.in +++ b/automake.in @@ -827,8 +827,9 @@ register_language ('name' => 'cppasm', 'autodep' => 'CCAS', 'flags' => ['CCASFLAGS', 'CPPFLAGS'], - # Users can set AM_ASFLAGS to include DEFS, INCLUDES, - # or anything else required. They can also set CCAS. + # Users can set AM_CCASFLAGS to include DEFS, INCLUDES, + # or anything else required beyond AM_CPPFLAGS. They + # can also set CCAS. 'compile' => '$(CCAS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)', 'compiler' => 'CPPASCOMPILE', 'compile_flag' => '-c',