From aff534958b0888035876aab12b8f2267c15e734e Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 3 Oct 2011 23:18:10 -0400 Subject: [PATCH] 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" --- po/Makefile.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 843b0210..8629fd61 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