diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-23 19:58:09 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-23 19:58:09 -0400 |
commit | 03119e29b4bb744478e6e01922da4d50cf4cbcbc (patch) | |
tree | f047d3998c323e7cb113682c8905f5cf6148c442 /src/chroot-tools | |
parent | 16e01bca9a23eef40191e8ca5abefdb1ab4c741a (diff) |
Makefile: fix xgettext rules
Diffstat (limited to 'src/chroot-tools')
-rw-r--r-- | src/chroot-tools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/chroot-tools/Makefile b/src/chroot-tools/Makefile index 0540636..db1cdf5 100644 --- a/src/chroot-tools/Makefile +++ b/src/chroot-tools/Makefile @@ -40,5 +40,4 @@ archroot: %: %.in Makefile @$(edit) <"$<" >"$@" || { rm -f -- '$@'; false; } @chmod 755 "$@" || { rm -f -- '$@'; false; } -distcc-tool.pot: distcc-tool - xgettext --omit-header -i --from-code=UTF-8 -L shell --keyword={error,errusage} -o $@ $< +distcc-tool.pot: xgettext-keywords-sh+=--keyword=errusage |