]> sourceware.org Git - automake.git/commitdiff
* automake.in (Languages) <cppasm>: Fix typo in the comment.
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 13 Sep 2005 20:16:32 +0000 (20:16 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 13 Sep 2005 20:16:32 +0000 (20:16 +0000)
ChangeLog
automake.in

index b23d6afaf4b6796bc2cf125595b523ed6b6f3bfe..6a9623828f252ecc4fb1f0218881c1540fd0b8f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-13  Stepan Kasal  <kasal@ucw.cz>
+
+       * automake.in (Languages) <cppasm>: Fix typo in the comment.
+
 2005-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * lib/am/ltlib.am (uninstall-%DIR%LTLIBRARIES): Do not put
index 35b697de195dbe051cf3d672c03348df8d22d41f..6d0f32f61e567916f0fe88aabc5d5f447474ec32 100755 (executable)
@@ -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',
This page took 0.032761 seconds and 5 git commands to generate.