diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-24 09:01:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-24 09:01:02 +0000 |
commit | 91c0fe6767e46548130be0774b1f4a525fd8a88f (patch) | |
tree | 8c07cab2435b1dd6ebe10e11f3fb59bc33295cdc | |
parent | bc8ada532515593919ad7a5a9f7cd723d1e01b0e (diff) | |
download | coreutils-91c0fe6767e46548130be0774b1f4a525fd8a88f.tar.xz |
(Makefile): Remove stray po-directories argument.
-rw-r--r-- | po/Makefile.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 77330edfb..12b73cfee 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -375,7 +375,7 @@ update-gmo: Makefile $(GMOFILES) Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@ cd $(top_builddir) \ - && $(SHELL) ./config.status $(subdir)/$@.in po-directories + && $(SHELL) ./config.status $(subdir)/$@.in force: |