automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-124-g408b733
Date: Sun, 17 Feb 2008 18:10:00 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=408b7330dc4db1725b858d5e7a4140ec6fe28b00

The branch, master has been updated
       via  408b7330dc4db1725b858d5e7a4140ec6fe28b00 (commit)
      from  810007e12548cb2e1ae4bb848351cdf508e86ebf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 408b7330dc4db1725b858d5e7a4140ec6fe28b00
Author: Colin Watson <address@hidden>
Date:   Sun Feb 17 19:07:32 2008 +0100

    * lib/am/tags.am (ID): Fix typo in workaround for old awk.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog      |    4 ++++
 lib/am/tags.am |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0cd0995..2044198 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-17  Colin Watson  <address@hidden>  (tiny change)
+
+       * lib/am/tags.am (ID): Fix typo in workaround for old awk.
+
 2008-02-05  Ralf Wildenhues  <address@hidden>
 
        * doc/.gitignore: Ignore files generated by `make ps pdf html'.
diff --git a/lib/am/tags.am b/lib/am/tags.am
index 5383e0d..d279b19 100644
--- a/lib/am/tags.am
+++ b/lib/am/tags.am
@@ -26,7 +26,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 ## Handle VPATH correctly.
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
          done | \
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
              END { if (nonempty) { for (i in files) print i; }; }'`; \
        mkid -fID $$unique
 


hooks/post-receive
--
GNU Automake




reply via email to

[Prev in Thread] Current Thread [Next in Thread]