diff options
author | Bruno Haible <bruno@clisp.org> | 2001-12-19 19:37:24 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-21 23:51:43 +0200 |
commit | 60db677d16d3a1623eacbc93365d9103aef557d6 (patch) | |
tree | e6b162c791c5f978ae1c0745397e944cb8705e86 | |
parent | 2e76e985650eaf94fb1e71cca1382e09863b8fd5 (diff) | |
download | external_gettext-60db677d16d3a1623eacbc93365d9103aef557d6.zip external_gettext-60db677d16d3a1623eacbc93365d9103aef557d6.tar.gz external_gettext-60db677d16d3a1623eacbc93365d9103aef557d6.tar.bz2 |
Oops.
-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 946ece2..ba47792 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -79,7 +79,7 @@ all-no: $(srcdir)/$(DOMAIN).pot: $(POTFILES) $(srcdir)/POTFILES.in $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \ - --files-from=$(srcdir)/POTFILES.in + --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ && test ! -f $(DOMAIN).po \ || ( rm -f $(srcdir)/$(DOMAIN).pot \ |