about summary refs log tree commit diff
path: root/intl
diff options
context:
space:
mode:
Diffstat (limited to 'intl')
-rw-r--r--intl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/intl/Makefile b/intl/Makefile
index 3d08304b52..29cf14ec8b 100644
--- a/intl/Makefile
+++ b/intl/Makefile
@@ -53,8 +53,9 @@ include ../Rules
 
 ifeq (no,$(cross-compiling))
 ifeq (yes,$(build-shared))
-fneq ($(strip $(MSGFMT)),:)
+ifneq ($(strip $(MSGFMT)),:)
 tests: $(objpfx)tst-translit.out $(objpfx)tst-gettext2.out
+endif
 ifneq (no,$(PERL))
 tests: $(objpfx)mtrace-tst-gettext
 endif