Dont rebuild .pot file always, for fresh checkouts it will be readonly

This commit is contained in:
Nathan Scott
2003-07-07 21:04:01 +00:00
parent d71a43b5c2
commit e7c334bcd0
+2 -2
View File
@@ -59,8 +59,8 @@ ifdef LINGUAS
%.pot: $(XGETTEXTFILES)
xgettext --omit-header --language=C --keyword=_ -o $@ $(XGETTEXTFILES)
%.po: $(PKG_NAME).pot
$(MSGMERGE) -o $@.tmpo $@ $<
%.po:
$(MSGMERGE) -o $@.tmpo $@ $(PKG_NAME).pot
@if ! diff $@.tmpo $@ >/dev/null; then \
echo "$@ is out of date, see $@.tmpo"; \
fi