tools: Drop XGETTEXT from Tools.mk.in
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 16 Apr 2021 15:56:57 +0000 (16:56 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 19 Apr 2021 10:38:10 +0000 (11:38 +0100)
This hunk was missing from the work to drop gettext as a build dependency.

Fixes: e21a6a4f96 ("tools: Drop gettext as a build dependency")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Julien Grall <jgrall@amazon.com>
config/Tools.mk.in

index d47936686b4164b77f59ece8c76890d962a02b9e..934d899967f38102a5af7c255223f3e09735742d 100644 (file)
@@ -12,7 +12,6 @@ PYTHON              := @PYTHON@
 PYTHON_PATH         := @PYTHONPATH@
 PY_NOOPT_CFLAGS     := @PY_NOOPT_CFLAGS@
 PERL                := @PERL@
-XGETTTEXT           := @XGETTEXT@
 AS86                := @AS86@
 LD86                := @LD86@
 BCC                 := @BCC@