summaryrefslogtreecommitdiff
path: root/include
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
commite7c334bcd0a945e5c59b842f1a5282e89bc6a130 (patch)
treee6fc17fb998d2d77353751539d0dbb606fcd1f80 /include
parentd71a43b5c2c6fb9044b5d437c46bf63ed6f2fa32 (diff)
Dont rebuild .pot file always, for fresh checkouts it will be readonly
Diffstat (limited to 'include')
-rw-r--r--include/buildrules4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/buildrules b/include/buildrules
index cecb4c94..6dfacde5 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