From 3d02a0ae2e1733d919da46b91851b5741a81aec2 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 8 Feb 2005 14:35:59 +0000 Subject: [PATCH] Let make remote work with VPATH git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@926 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0c1e2cf11e..60db739faa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -115,7 +115,7 @@ remote: @PACKAGE@-@VERSION@.tar.gz tools/compile-remote-worker fi;\ \ echo "-- Copy the data over"; \ - scp @PACKAGE@-@VERSION@.tar.gz tools/compile-remote-worker \ + scp @srcdir@/@PACKAGE@-@VERSION@.tar.gz tools/compile-remote-worker \ $$machine:$(REMOTE_PREFIX)/src;\ \ echo "-- Compiling... (the output gets into buildlogs/@PACKAGE@-@VERSION@/$$site.log)"; \ -- 2.20.1