* top/maint.mk (sc_po_check): Fix fatal typo in yesterday's change.
Patch by Bruno Haible.
+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.
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 ;; \