Yet another fix for "update-translations" in out of soucre directory builds. (Whoops...)

svn-id: r49944
This commit is contained in:
Johannes Schickel 2010-06-17 19:14:40 +00:00
parent 10b95b93ea
commit 1028e8e0c8

View file

@ -24,8 +24,8 @@ updatepot:
mv -f $(POTFILE).new $(POTFILE); \
fi;
po/%.po: $(srcdir)/$(POTFILE)
msgmerge $@ $(srcdir)/$(POTFILE) -o $@.new
%.po: $(POTFILE)
msgmerge $@ $(POTFILE) -o $@.new
if cmp $@ $@.new >/dev/null 2>&1; then \
rm -f $@.new; \
else \