[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 'nonemtpy' typo in lib/am/tags.am
From: |
Ralf Wildenhues |
Subject: |
Re: 'nonemtpy' typo in lib/am/tags.am |
Date: |
Sun, 17 Feb 2008 19:09:57 +0100 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Hi Colin,
* Colin Watson wrote on Sun, Feb 17, 2008 at 05:58:58PM CET:
> The attached patch fixes a typo I happened to notice while upgrading
> man-db to Automake 1.10.1.
Thanks! Applied like this, master and branch-1-10.
Cheers,
Ralf
2008-02-17 Colin Watson <address@hidden> (tiny change)
* lib/am/tags.am (ID): Fix typo in workaround for old awk.
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