From 9222bb195a7da9a87455a42552606b9ff5ed7fd5 Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 4 Mar 2005 13:05:21 +0000 Subject: [PATCH] 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 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1