]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Point out the actual source file missing when generateing pkg.pot file
authorBarry Naujok <bnaujok@sgi.com>
Mon, 1 Sep 2008 03:59:15 +0000 (03:59 +0000)
committerBarry Naujok <bnaujok@sgi.com>
Mon, 1 Sep 2008 03:59:15 +0000 (03:59 +0000)
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

include/buildrules

index 381527bf866468076654e94ad04926bf5507d1e2..4d4f189d0af7485d5f9bea820ac044eb5f62c9e2 100644 (file)
@@ -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.