2001-08-27 Adrian Bunk <bunk@fs.tum.de>
authorTom Tromey <tromey@redhat.com>
Tue, 28 Aug 2001 04:28:24 +0000 (04:28 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 28 Aug 2001 04:28:24 +0000 (04:28 +0000)
* automake.texi (etags): Typo fix.

ChangeLog
THANKS
automake.texi

index 8bb1d0d..81cbd3b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-27  Adrian Bunk  <bunk@fs.tum.de>
+
+       * automake.texi (etags): Typo fix.
+
 2001-08-27  Guido Draheim <guidod@gmx.de>
 
        * automake.in : restrict ansi2knr option to be a filepath
diff --git a/THANKS b/THANKS
index c939867..9a46b77 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -3,6 +3,7 @@ It would not be what it is today without the invaluable help of these
 people:
 
 Adam J. Richter                adam@yggdrasil.com
+Adrian Bunk            bunk@fs.tum.de
 Akim Demaille          akim@freefriends.org
 Alex Hornby            alex@anvil.co.uk
 Alexandre Duret-Lutz   duret_g@epita.fr
index 7434da9..9644638 100644 (file)
@@ -847,7 +847,7 @@ etags_CFLAGS = -DETAGS_REGEXPS
 In this case Automake will cause @file{etags.c} to be compiled twice,
 with different flags.  De-ANSI-fication will work automatically.  In
 this instance, the names of the object files would be chosen by
-automake; they would be @file{ctags-etags.c} and @file{etags-etags.o}.
+automake; they would be @file{ctags-etags.o} and @file{etags-etags.o}.
 (The name of the object files rarely matters.)