From 1a2031bfb6e092d7230294c9e75bd918561f3928 Mon Sep 17 00:00:00 2001 From: MS Date: Tue, 3 Nov 2020 13:28:06 +0100 Subject: Address #6638 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dad2d03..0a69f54 100644 --- a/Makefile +++ b/Makefile @@ -8,9 +8,9 @@ all: .PHONY: install ifeq ($(install_global), true) -install: i18n install-global +install: install-global else -install: i18n install-local +install: install-local endif .PHONY: i18n-strings -- cgit v1.2.3