maint.mk: fix po-file syntax-check rule
authorJim Meyering <meyering@redhat.com>
Sat, 19 Mar 2011 17:21:56 +0000 (18:21 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 19 Mar 2011 17:21:56 +0000 (18:21 +0100)
* top/maint.mk (sc_po_check): Fix fatal typo in yesterday's change.
Patch by Bruno Haible.

ChangeLog
top/maint.mk

index 903adf6..1b42d3c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-03-19  Jim Meyering  <meyering@redhat.com>
+
+       maint.mk: fix po-file syntax-check rule
+       * top/maint.mk (sc_po_check): Fix fatal typo in yesterday's change.
+       Patch by Bruno Haible.
+
 2011-03-19  Bruno Haible  <bruno@clisp.org>
 
        socklen: Update comment.
index 6dde022..fd192c9 100644 (file)
@@ -961,7 +961,7 @@ sc_po_check:
          grep -E -v '^(#|$$)' $(po_file)                               \
            | grep -v '^src/false\.c$$' | sort > $@-1;                  \
          files=;                                                       \
-         for file in $$($(VC_LIST_EXCEPT)) $(srcdir)lib/*.[ch]; do     \
+         for file in $$($(VC_LIST_EXCEPT)) $(srcdir)/lib/*.[ch]; do    \
            test -r $$file || continue;                                 \
            case $$file in                                              \
              *.m4|*.mk) continue ;;                                    \