From: Bruno Haible Date: Tue, 10 Dec 2024 03:06:36 +0000 (+0100) Subject: build: Read LINGUAS at 'make' time, not at 'configure' time, part 2. X-Git-Tag: v0.24~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=806c2451b8c8a2ab41d526876dff71b9e87ba2c6;p=thirdparty%2Fgettext.git build: Read LINGUAS at 'make' time, not at 'configure' time, part 2. * gettext-tools/examples/hello-csharp*/po/Makefile.am: Remove a comment. * gettext-tools/examples/hello-tcl*/po/Makefile.am: Likewise. --- diff --git a/gettext-tools/examples/hello-csharp-forms/po/Makefile.am b/gettext-tools/examples/hello-csharp-forms/po/Makefile.am index 421d1c721..64a31169f 100644 --- a/gettext-tools/examples/hello-csharp-forms/po/Makefile.am +++ b/gettext-tools/examples/hello-csharp-forms/po/Makefile.am @@ -382,5 +382,3 @@ $(DUMMYPOFILES): update-resourcesdll: Makefile $(RESOURCESDLLFILES) @: -# The Makefile rules for $(RESOURCESDLLFILES) are generated by the macro -# AM_POSTPROCESS_PO_MAKEFILE. diff --git a/gettext-tools/examples/hello-csharp/po/Makefile.am b/gettext-tools/examples/hello-csharp/po/Makefile.am index 421d1c721..64a31169f 100644 --- a/gettext-tools/examples/hello-csharp/po/Makefile.am +++ b/gettext-tools/examples/hello-csharp/po/Makefile.am @@ -382,5 +382,3 @@ $(DUMMYPOFILES): update-resourcesdll: Makefile $(RESOURCESDLLFILES) @: -# The Makefile rules for $(RESOURCESDLLFILES) are generated by the macro -# AM_POSTPROCESS_PO_MAKEFILE. diff --git a/gettext-tools/examples/hello-tcl-tk/po/Makefile.am b/gettext-tools/examples/hello-tcl-tk/po/Makefile.am index 53a8c569f..12a458dcc 100644 --- a/gettext-tools/examples/hello-tcl-tk/po/Makefile.am +++ b/gettext-tools/examples/hello-tcl-tk/po/Makefile.am @@ -369,5 +369,3 @@ $(DUMMYPOFILES): update-msg: Makefile $(MSGFILES) @: -# The Makefile rules for $(MSGFILES) are generated by the macro -# AM_POSTPROCESS_PO_MAKEFILE. diff --git a/gettext-tools/examples/hello-tcl/po/Makefile.am b/gettext-tools/examples/hello-tcl/po/Makefile.am index 53a8c569f..12a458dcc 100644 --- a/gettext-tools/examples/hello-tcl/po/Makefile.am +++ b/gettext-tools/examples/hello-tcl/po/Makefile.am @@ -369,5 +369,3 @@ $(DUMMYPOFILES): update-msg: Makefile $(MSGFILES) @: -# The Makefile rules for $(MSGFILES) are generated by the macro -# AM_POSTPROCESS_PO_MAKEFILE.