From 556baa4e1d0d58cc7c8b4b444a282874b8e9c5ca Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 13 Sep 2005 20:16:32 +0000 Subject: [PATCH] * automake.in (Languages) : Fix typo in the comment. --- ChangeLog | 4 ++++ automake.in | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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', -- 2.43.5