Commit a81c7dc41a095f70d168c8c74411b163280cd0e8

Authored by Perry Werneck
1 parent 8df070ac

Fixing release build

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -217,8 +217,7 @@ $(POTDIR)/%.pot: \ @@ -217,8 +217,7 @@ $(POTDIR)/%.pot: \
217 217
218 @echo $(notdir $@) ... 218 @echo $(notdir $@) ...
219 @mkdir -p `dirname $@` 219 @mkdir -p `dirname $@`
220 - @$(MAKE) -C modules/$(basename $(notdir $@)) locale  
221 - @cp modules/$(basename $(notdir $@))/$(basename $(notdir $@)).pot $@ 220 + @$(MAKE) -C modules/$(basename $(notdir $@)) $@
222 221
223 $(POTDIR)/%.pot: \ 222 $(POTDIR)/%.pot: \
224 ./%/* 223 ./%/*
@@ -249,6 +248,7 @@ locale: \ @@ -249,6 +248,7 @@ locale: \
249 locale/$(PACKAGE_TARNAME).pot: \ 248 locale/$(PACKAGE_TARNAME).pot: \
250 $(POTDIR)/pw3270.pot \ 249 $(POTDIR)/pw3270.pot \
251 $(POTDIR)/lib3270.pot \ 250 $(POTDIR)/lib3270.pot \
  251 + $(POTDIR)/libv3270.pot \
252 $(POTDIR)/ui.pot \ 252 $(POTDIR)/ui.pot \
253 $(foreach PLG, $(PLUGINS), $(POTDIR)/plugins/$(PLG).pot) 253 $(foreach PLG, $(PLUGINS), $(POTDIR)/plugins/$(PLG).pot)
254 254