diff options
author | Bruno Haible <bruno@clisp.org> | 2003-11-16 15:11:25 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:14 +0200 |
commit | bc317e09b4701bd85de86d6a5a9f7383903456ef (patch) | |
tree | 5687c4e0409ff714e7f54285d126755bbe87dfd5 /gettext-tools/tests/Makefile.am | |
parent | f423d7afa8b985909b31618128e76c211cbb364d (diff) | |
download | external_gettext-bc317e09b4701bd85de86d6a5a9f7383903456ef.zip external_gettext-bc317e09b4701bd85de86d6a5a9f7383903456ef.tar.gz external_gettext-bc317e09b4701bd85de86d6a5a9f7383903456ef.tar.bz2 |
Followup to big renaming.
Diffstat (limited to 'gettext-tools/tests/Makefile.am')
-rw-r--r-- | gettext-tools/tests/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gettext-tools/tests/Makefile.am b/gettext-tools/tests/Makefile.am index bf24bd3..14de67d 100644 --- a/gettext-tools/tests/Makefile.am +++ b/gettext-tools/tests/Makefile.am @@ -94,7 +94,7 @@ TESTS = gettext-1 gettext-2 \ lang-perl-2 lang-php lang-po lang-rst EXTRA_DIST += $(TESTS) \ - test.mo xg-test1.ok.po mex-test2.ok msguniq-a.in msguniq-a.inp \ + test.mo xg-c-1.ok.po mex-test2.ok msguniq-a.in msguniq-a.inp \ msguniq-a.out qttest_pl.po qttest_pl.qm ChangeLog.0 XGETTEXT = ../src/xgettext @@ -132,8 +132,8 @@ TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) \ CONFIG_SHELL='$(SHELL)' \ $(SHELL) -xg-test1.ok.po: $(top_srcdir)/src/xgettext.c $(top_srcdir)/src/msgfmt.c - $(XGETTEXT) -d xg-test1.ok -p $(srcdir) \ +xg-c-1.ok.po: $(top_srcdir)/src/xgettext.c $(top_srcdir)/src/msgfmt.c + $(XGETTEXT) -d xg-c-1.ok -p $(srcdir) \ -k_ --omit-header --no-location \ $(top_srcdir)/src/xgettext.c $(top_srcdir)/src/msgfmt.c |