summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2020-08-11 22:05:01 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2020-08-11 22:05:01 +0200
commitcccffdaa832f6f0d856409b092262f32ed466130 (patch)
treed353ccb7b4157f70a886d92d89eeb38d9af82a84
parentc67bfc69c75551b623378f45eaca5ca7db024602 (diff)
Fix pot re-generation for in-tree builds.
-rw-r--r--plugingui/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am
index 64f0125..4dde7b9 100644
--- a/plugingui/Makefile.am
+++ b/plugingui/Makefile.am
@@ -48,7 +48,7 @@ NLS_RES = \
# NOTE: Manually create initial (new) .po file with msginit
$(top_srcdir)/plugingui/locale/da.po \
-$(top_srcdir)/plugingui/locale/fr.po: locale/drumgizmo.pot
+$(top_srcdir)/plugingui/locale/fr.po: $(top_srcdir)/plugingui/locale/drumgizmo.pot
$(MSGMERGE) --update $@ $(top_srcdir)/plugingui/locale/drumgizmo.pot
$(top_builddir)/plugingui/locale/da.mo: $(top_srcdir)/plugingui/locale/da.po