From: Barry Naujok Date: Mon, 1 Sep 2008 03:59:15 +0000 (+0000) Subject: Point out the actual source file missing when generateing pkg.pot file X-Git-Tag: v3.0.0~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a1f9bd4204f46674e3d949301fab6a6080f4f394;p=thirdparty%2Fxfsprogs-dev.git Point out the actual source file missing when generateing pkg.pot file rather than obscure error message Merge of master-melb:xfs-cmds:32010a by kenmcd. Point out the actual source file missage when generating pkg.pot file rather than obscure error message --- diff --git a/include/buildrules b/include/buildrules index 381527bf8..4d4f189d0 100644 --- a/include/buildrules +++ b/include/buildrules @@ -36,7 +36,7 @@ $(LTLIBRARY) : $(SUBDIRS) $(LTOBJECTS) endif ifdef POTHEAD -%.pot: $(XGETTEXTFILES) +$(POTHEAD): $(XGETTEXTFILES) $(XGETTEXT) --language=C --keyword=_ -o $@ $(XGETTEXTFILES) # Generate temp .po files, to check whether translations need updating.