From a81c7dc41a095f70d168c8c74411b163280cd0e8 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 6 Dec 2018 12:07:55 -0200 Subject: [PATCH] Fixing release build --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 928d791..c3d2fce 100644 --- a/Makefile.in +++ b/Makefile.in @@ -217,8 +217,7 @@ $(POTDIR)/%.pot: \ @echo $(notdir $@) ... @mkdir -p `dirname $@` - @$(MAKE) -C modules/$(basename $(notdir $@)) locale - @cp modules/$(basename $(notdir $@))/$(basename $(notdir $@)).pot $@ + @$(MAKE) -C modules/$(basename $(notdir $@)) $@ $(POTDIR)/%.pot: \ ./%/* @@ -249,6 +248,7 @@ locale: \ locale/$(PACKAGE_TARNAME).pot: \ $(POTDIR)/pw3270.pot \ $(POTDIR)/lib3270.pot \ + $(POTDIR)/libv3270.pot \ $(POTDIR)/ui.pot \ $(foreach PLG, $(PLUGINS), $(POTDIR)/plugins/$(PLG).pot) -- libgit2 0.21.2