summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-11-03 13:28:06 +0100
committerMS <ms@taler.net>2020-11-03 13:28:06 +0100
commit1a2031bfb6e092d7230294c9e75bd918561f3928 (patch)
tree299cdcf679751e3759613b0c652d1f0358d48097 /Makefile
parent915bca1c343dbb8f6a11f9acb437730eaa219eda (diff)
downloadbank-1a2031bfb6e092d7230294c9e75bd918561f3928.tar.gz
bank-1a2031bfb6e092d7230294c9e75bd918561f3928.tar.bz2
bank-1a2031bfb6e092d7230294c9e75bd918561f3928.zip
Address #6638
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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