diff --git a/gettext-tools/examples/hello-tcl-tk/po/Makefile.am b/gettext-tools/examples/hello-tcl-tk/po/Makefile.am index 1f123a933..2eac09697 100644 --- a/gettext-tools/examples/hello-tcl-tk/po/Makefile.am +++ b/gettext-tools/examples/hello-tcl-tk/po/Makefile.am @@ -114,7 +114,7 @@ INST_LINGUAS != for presentlang in $(ALL_LINGUAS); do \ # This is computed as $(foreach lang, $(INST_LINGUAS), $(frob $(lang)).msg) CATALOGS != for lang in $(INST_LINGUAS); do \ frobbedlang=`echo $$lang | sed -e 's/\..*$$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`; \ - echo $$frobbedlang.gmo; \ + echo $$frobbedlang.msg; \ done SUFFIXES = .nop .po-create .po-update diff --git a/gettext-tools/examples/hello-tcl/po/Makefile.am b/gettext-tools/examples/hello-tcl/po/Makefile.am index 1f123a933..2eac09697 100644 --- a/gettext-tools/examples/hello-tcl/po/Makefile.am +++ b/gettext-tools/examples/hello-tcl/po/Makefile.am @@ -114,7 +114,7 @@ INST_LINGUAS != for presentlang in $(ALL_LINGUAS); do \ # This is computed as $(foreach lang, $(INST_LINGUAS), $(frob $(lang)).msg) CATALOGS != for lang in $(INST_LINGUAS); do \ frobbedlang=`echo $$lang | sed -e 's/\..*$$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`; \ - echo $$frobbedlang.gmo; \ + echo $$frobbedlang.msg; \ done SUFFIXES = .nop .po-create .po-update