---
 gx86/eclass/virtualx.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gx86/eclass/virtualx.eclass b/gx86/eclass/virtualx.eclass
index 0da3066..096c37a 100644
--- a/gx86/eclass/virtualx.eclass
+++ b/gx86/eclass/virtualx.eclass
@@ -190,7 +190,7 @@ Xmake() {
 
        eqawarn "you should not execute make directly"
        eqawarn "rather execute Xemake -j1 if you have issues with parallel 
make"
-       VIRTUALX_COMMAND="emake -j1" virtualmake "$@"
+       virtualx emake -j1 "$@"
 }
 
 # @FUNCTION: Xemake
@@ -199,7 +199,7 @@ Xmake() {
 Xemake() {
        debug-print-function ${FUNCNAME} "$@"
 
-       VIRTUALX_COMMAND="emake" virtualmake "$@"
+       virtualx emake "$@"
 }
 
 # @FUNCTION: Xeconf
@@ -208,5 +208,5 @@ Xemake() {
 Xeconf() {
        debug-print-function ${FUNCNAME} "$@"
 
-       VIRTUALX_COMMAND="econf" virtualmake "$@"
+       virtualx econf "$@"
 }
-- 
1.8.1.2


Reply via email to