From e7a7e191878420531b66346b9b43e696a0d77627 Mon Sep 17 00:00:00 2001 From: "kaf24@localhost.localdomain" Date: Fri, 29 Dec 2006 16:23:11 +0000 Subject: Explicitly use GNU msgfmt on non-GNU systems. Signed-off-by: John Levon --- config/StdGNU.mk | 2 ++ config/SunOS.mk | 2 ++ 2 files changed, 4 insertions(+) (limited to 'config') diff --git a/config/StdGNU.mk b/config/StdGNU.mk index 2b767517b8..32a37b44fa 100644 --- a/config/StdGNU.mk +++ b/config/StdGNU.mk @@ -9,6 +9,8 @@ STRIP = $(CROSS_COMPILE)strip OBJCOPY = $(CROSS_COMPILE)objcopy OBJDUMP = $(CROSS_COMPILE)objdump +MSGFMT = msgfmt + INSTALL = install INSTALL_DIR = $(INSTALL) -d -m0755 INSTALL_DATA = $(INSTALL) -m0644 diff --git a/config/SunOS.mk b/config/SunOS.mk index 5d548054d3..77e4b24825 100644 --- a/config/SunOS.mk +++ b/config/SunOS.mk @@ -9,6 +9,8 @@ STRIP = $(CROSS_COMPILE)gstrip OBJCOPY = $(CROSS_COMPILE)gobjcopy OBJDUMP = $(CROSS_COMPILE)gobjdump +MSGFMT = gmsgfmt + SHELL = bash INSTALL = ginstall -- cgit v1.2.3