Navigation Menu

Skip to content

Commit

Permalink
Fix a typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 14, 2014
1 parent 5016c79 commit 47761c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/makefiles/gettext.am
Expand Up @@ -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 \
Expand Down

0 comments on commit 47761c6

Please sign in to comment.