summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d30f9fde9..b5e194054 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ dist:
appdist:
$(gulp) appdist
-i18n/strings.js: # $(ts)
+src/i18n/strings.js: # $(ts)
cp src/i18n/strings-prelude.js src/i18n/strings.js
for pofile in src/i18n/*.po; do \
b=`basename $$pofile`; \