From: Theodore Ts'o Date: Tue, 4 Oct 2011 03:18:10 +0000 (-0400) Subject: po: rebuild the .gmo files if they are missing or out of date X-Git-Tag: v1.42-WIP-1005~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aff534958b0;p=thirdparty%2Fe2fsprogs.git po: rebuild the .gmo files if they are missing or out of date This makes life easier to support patch updates for Debian when we are getting lots of updates of .po files, since the .gmo files are binary files that we don't really need to worry about. Signed-off-by: "Theodore Ts'o" --- diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 843b02106..8629fd610 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -77,7 +77,7 @@ CATALOGS = @CATALOGS@ all: all-@USE_NLS@ -all-yes: @MAINTAINER_CMT@stamp-po +all-yes: $(GMOFILES) @MAINTAINER_CMT@stamp-po all-no: # stamp-po is a timestamp denoting the last time at which the CATALOGS have