From: mquinson Date: Tue, 8 Feb 2005 14:35:59 +0000 (+0000) Subject: Let make remote work with VPATH X-Git-Tag: v3.3~4425 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3d02a0ae2e1733d919da46b91851b5741a81aec2?hp=d9af359d50c749f3eafaf037ee58f1ba0c4bf8dd 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 --- 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)"; \