From: mquinson Date: Fri, 4 Mar 2005 13:05:21 +0000 (+0000) Subject: Make sure graspe-master is executable, even if it's not generated by autotools (was... X-Git-Tag: v3.3~4202 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9222bb195a7da9a87455a42552606b9ff5ed7fd5 Make sure graspe-master is executable, even if it's not generated by autotools (was too easy to do) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1151 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/configure.ac b/configure.ac index 1dbbd63429..28f9fb3c62 100644 --- a/configure.ac +++ b/configure.ac @@ -180,11 +180,11 @@ AC_CONFIG_FILES([ for file in \ testsuite/run_tests \ testsuite/gras/trp_tcp_usage testsuite/gras/trp_file_usage \ - tools/graspe-slave \ + tools/graspe-slave tools/graspe-master \ examples/msg/run_msg_test \ examples/gras/ping/test_sg examples/gras/ping/test_rl \ examples/gras/timer/test_sg examples/gras/timer/test_rl \ - examples/gras/chrono/test_sg examples/gras/chrono/test_rl \ + examples/gras/chrono/test_sg examples/gras/chrono/test_rl \ ; do \ test -e $file && chmod +x $file; \ done