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 903adf6d0d251163c814323c1fd4e3595f398fb5..1b42d3c7b7d422213624dbab63246e802a79f95f 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 6dde0227d7e5b674f87a42b55f93e3572d1c5e0a..fd192c97d79a6de7d93c42a1162ab7ca888f60f5 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 ;;                                    \