[Groonga-mysql-commit] mroonga/mroonga at 47761c6 [master] Fix a typo...

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Thu Aug 14 20:13:42 JST 2014


Kouhei Sutou	2014-08-14 20:13:42 +0900 (Thu, 14 Aug 2014)

  New Revision: 47761c6b5781e1fad94cee3d697099300b878cc6
  https://github.com/mroonga/mroonga/commit/47761c6b5781e1fad94cee3d697099300b878cc6

  Message:
    Fix a typo...

  Modified files:
    build/makefiles/gettext.am

  Modified: build/makefiles/gettext.am (+1 -1)
===================================================================
--- build/makefiles/gettext.am    2014-08-14 20:13:06 +0900 (a7cc0a3)
+++ build/makefiles/gettext.am    2014-08-14 20:13:42 +0900 (71df805)
@@ -22,7 +22,7 @@ SUFFIXES += .pot .po .mo .edit
 all:
 
 .pot.edit:
-	if test -f $@.po; then						\
+	if test -f $*.po; then						\
 	  msgmerge --quiet --sort-by-file --output-file=$@ $*.po $<;	\
 	else								\
 	  msginit							\
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る