commit c035b6f42bf0561997bf0e0ad5b8db643ada564b
parent d9407215dc610c1db8c87ba658e6a08943bdc6b4
Author: Colin Leroy <colin@colino.net>
Date: Fri, 1 Nov 2013 18:49:37 +0100
Don't check versions (does not seem to have any adverse effects,
and fixes buildbot)
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
@@ -124,7 +124,6 @@ CHECK_MACRO_VERSION = \
# $(POFILES) has been designed to not touch files that don't need to be
# changed.
stamp-po: $(srcdir)/$(DOMAIN).pot
- @$(CHECK_MACRO_VERSION)
test ! -f $(srcdir)/$(DOMAIN).pot || \
test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES)
@test ! -f $(srcdir)/$(DOMAIN).pot || { \