Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
let VPATH build work again
[simgrid.git] / examples / gras / chrono / Makefile.am
index a9233c1..ec47f5c 100644 (file)
@@ -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