X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3ac8124e5fcee52dc950d676fda4a219408ea8a6..5107974c25d5987e00e0bee138e4808e60545c9f:/examples/gras/chrono/Makefile.am?ds=sidebyside diff --git a/examples/gras/chrono/Makefile.am b/examples/gras/chrono/Makefile.am index a9233c11a0..ec47f5cdf3 100644 --- a/examples/gras/chrono/Makefile.am +++ b/examples/gras/chrono/Makefile.am @@ -19,7 +19,7 @@ CLEANFILES= _chrono_simulator.c _chrono_multiplier.c # generate temps # A rule to generate the source file each time the deployment file changes -_chrono_multiplier.c _chrono_simulator.c: chrono_deployment.xml $(top_srcdir)/tools/gras/gras_stub_generator - $(top_srcdir)/tools/gras/gras_stub_generator chrono chrono_deployment.xml >/dev/null +_chrono_multiplier.c _chrono_simulator.c: chrono_deployment.xml ../../../tools/gras/gras_stub_generator + ../../../tools/gras/gras_stub_generator chrono $(srcdir)/chrono_deployment.xml >/dev/null include $(top_srcdir)/acmacro/dist-files.mk