From 137a9a75d21f0fab590009cd796b8e3dba81d496 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 24 Oct 2002 06:35:26 +0000 Subject: [PATCH] Set MSGMERGE to false, so that make doesn't even try to run po files. --- maint/mcsnap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maint/mcsnap b/maint/mcsnap index 76bc763c3..e209ff95a 100755 --- a/maint/mcsnap +++ b/maint/mcsnap @@ -74,7 +74,7 @@ fi rm -f $MC_PATCH $MC_PATCH_BZ2 # Don't merge PO-files, we are skipping them in the patch -make distdir MSGMERGE= +make distdir MSGMERGE=false # Sometimes GNU diff returns 1 for unclear reasons diff -urN -x po $MC_BASE_DIR mc-*/ >$MC_PATCH || :