aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index d70bb9ff..f489176e 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -136,7 +136,7 @@ GOALS = $(PGOAL).pot $(MOFILES)
locales: $(GOALS)
-install_locales: locales
+install_locales: $(MOFILES)
# add translation in policy file
for p in $(POL_IN_FILES); do \
itstool -j $$p $(ITS_FILES) -o "$${p%.*}" `ls po/*.mo`; \