From: Bruno Haible Date: Mon, 16 Dec 2024 13:26:16 +0000 (+0100) Subject: Fix "make distcheck" failure (regression from "po: Rename Makefile.in.in to Makefile... X-Git-Tag: v0.24~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beede5f347ae9ad997c26bc6011fc105ed079ca0;p=thirdparty%2Fgettext.git Fix "make distcheck" failure (regression from "po: Rename Makefile.in.in to Makefile.in."). * gettext-runtime/po/Makefile.in (DISTFILES.common): Remove Makefile.in. --- diff --git a/gettext-runtime/po/Makefile.in b/gettext-runtime/po/Makefile.in index 8690c40eb..6030778e1 100644 --- a/gettext-runtime/po/Makefile.in +++ b/gettext-runtime/po/Makefile.in @@ -97,7 +97,7 @@ UPDATEPOFILES != for lang in $(ALL_LINGUAS); do echo $$lang.po-update; done DUMMYPOFILES != for lang in $(ALL_LINGUAS); do echo $$lang.nop; done DISTFILES.common = \ - Makefile.in remove-potcdate.sed \ + remove-potcdate.sed \ $(DISTFILES.common.extra1) $(DISTFILES.common.extra2) \ $(DISTFILES.common.extra3) $(DISTFILES.common.extra4) \ $(DISTFILES.common.extra5) $(DISTFILES.common.extra6)