summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 648577cb3..5986d20f5 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -3,7 +3,7 @@ PACKAGE = util-linux
include ../make_include
include ../MCONFIG
-ifeq "(DISABLE_NLS)" "yes"
+ifeq "$(DISABLE_NLS)" "yes"
DO_NLS=no
else
DO_NLS=$(HAVE_XGETTEXT)