aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2003-07-07 21:04:01 +0000
committerNathan Scott <nathans@sgi.com>2003-07-07 21:04:01 +0000
commite2d487b27b946c0f5e078cbb03ae411a611c9576 (patch)
tree8d07386866d942a77978b896faf2a1d48e176ff2
parentfa97aae2917d01ac44058293ff39687d8413e5eb (diff)
downloaddmapi-dev-e2d487b27b946c0f5e078cbb03ae411a611c9576.tar.gz
Dont rebuild .pot file always, for fresh checkouts it will be readonly
-rw-r--r--include/buildrules4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/buildrules b/include/buildrules
index cecb4c9..6dfacde 100644
--- a/include/buildrules
+++ b/include/buildrules
@@ -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