Commit 3f3faf013cb874b030abcd464c814b7aa408d3d2
1 parent
5eccd26d
Exists in
master
and in
5 other branches
Corrigindo geração de arquivo .pot
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
Makefile.in
src/pw3270/common/Makefile.in
@@ -85,7 +85,7 @@ $(OBJRLS)/%.o: \ | @@ -85,7 +85,7 @@ $(OBJRLS)/%.o: \ | ||
85 | 85 | ||
86 | $(POTDIR)/%.pot: %.c | 86 | $(POTDIR)/%.pot: %.c |
87 | 87 | ||
88 | - @$(notdir $@) ... | 88 | + @echo $(notdir $@) ... |
89 | @$(MKDIR) `dirname $@` | 89 | @$(MKDIR) `dirname $@` |
90 | @$(XGETTEXT) \ | 90 | @$(XGETTEXT) \ |
91 | --default-domain=$(PACKAGE) \ | 91 | --default-domain=$(PACKAGE) \ |