q66 pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=222544d81bb2ffd93dbe144e24269a2f1b6e7ceb

commit 222544d81bb2ffd93dbe144e24269a2f1b6e7ceb
Author: q66 <[email protected]>
Date:   Tue Jun 10 20:14:30 2014 +0100

    Makevars.in: fix paths for out-of-tree builds
---
 po/Makevars.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/Makevars.in b/po/Makevars.in
index f3bfe98..b1663e7 100644
--- a/po/Makevars.in
+++ b/po/Makevars.in
@@ -12,8 +12,8 @@ XGETTEXT_FALLBACK := $(XGETTEXT)
 
 # Override xgettext with a LuaJIT aware variant (which calls
 # into plain xgettext if it needs to, and handles Lua on its own)
-XGETTEXT = ELUA=@elua_bin@ ELUA_INTREE=$(top_builddir)/src/bin/elua/elua \
-       XGETTEXT=$(XGETTEXT_FALLBACK) ./xgettext_wrapper.sh
+XGETTEXT = ELUA=@elua_bin@ ELUA_INTREE=$(top_srcdir)/src/bin/elua/elua \
+       XGETTEXT=$(XGETTEXT_FALLBACK) $(top_srcdir)/po/xgettext_wrapper.sh
 
 # These options get passed to xgettext.
 XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --from-code=UTF-8 --foreign-user

-- 


Reply via email to