X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6f8ebb23a6f40061a1582065cdf8ae8368903570..dddd8fa68144c73470799bfe1d2074fce9ec2024:/examples/gras/chrono/Makefile.am?ds=sidebyside diff --git a/examples/gras/chrono/Makefile.am b/examples/gras/chrono/Makefile.am index 211f8404ee..4ce80bc224 100644 --- a/examples/gras/chrono/Makefile.am +++ b/examples/gras/chrono/Makefile.am @@ -22,4 +22,7 @@ CLEANFILES= _chrono_simulator.c _chrono_multiplier.c _chrono_multiplier.c _chrono_simulator.c: chrono_deployment.xml ../../../tools/gras/gras_stub_generator@EXEEXT@ [ x@EXEEXT@ = x ] || exenv=wine; $$exenv ../../../tools/gras/gras_stub_generator chrono $(srcdir)/chrono_deployment.xml >/dev/null +../../../tools/gras/gras_stub_generator@EXEEXT@: + make -C ../../../tools/gras/ gras_stub_generator@EXEEXT@ + include $(top_srcdir)/acmacro/dist-files.mk