aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2014-10-07 16:04:06 +0200
committerIan Campbell <ian.campbell@citrix.com>2014-10-08 13:38:22 +0100
commit59182cf4f3e8351b87b177ab7f18679ddcde4e57 (patch)
tree9fbaf2a2ab9b78d6430dd866c74252fbb0dbdad4
parent4b4faf310a73c12c08a4961ebb94cb89e2b20566 (diff)
config: remove unused MSGFMT and MSGMERGE
Signed-off-by: Olaf Hering <olaf@aepfle.de> Cc: Ian Campbell <ian.campbell@citrix.com> Cc: Ian Jackson <ian.jackson@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com>
-rw-r--r--config/StdGNU.mk3
-rw-r--r--config/SunOS.mk2
2 files changed, 0 insertions, 5 deletions
diff --git a/config/StdGNU.mk b/config/StdGNU.mk
index 1566d7fcb0..4efebe3910 100644
--- a/config/StdGNU.mk
+++ b/config/StdGNU.mk
@@ -16,9 +16,6 @@ OBJCOPY = $(CROSS_COMPILE)objcopy
OBJDUMP = $(CROSS_COMPILE)objdump
SIZEUTIL = $(CROSS_COMPILE)size
-MSGFMT = msgfmt
-MSGMERGE = msgmerge
-
# Allow git to be wrappered in the environment
GIT ?= git
diff --git a/config/SunOS.mk b/config/SunOS.mk
index bb8073f9a5..331628052e 100644
--- a/config/SunOS.mk
+++ b/config/SunOS.mk
@@ -10,8 +10,6 @@ OBJCOPY = $(CROSS_COMPILE)gobjcopy
OBJDUMP = $(CROSS_COMPILE)gobjdump
SIZEUTIL = $(CROSS_COMPILE)gsize
-MSGFMT = gmsgfmt
-
SHELL = bash
INSTALL = ginstall