Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Little fix for vpath building
[simgrid.git] / testsuite / Makefile.am
index b588e71..c1a0f8e 100644 (file)
@@ -71,6 +71,6 @@ gras_datadesc_usage_SOURCES=   gras/datadesc_usage.c gras/datadesc_structs.c
 gras_datadesc_usage_LDADD=     $(LDADD_RL)
 
 gras/datadesc_structs.c: gras/mk_datadesc_structs.pl
-       cd gras ; perl mk_datadesc_structs.pl > datadesc_structs.c
+       cd gras ; perl ../$(top_srcdir)/testsuite/gras/mk_datadesc_structs.pl > datadesc_structs.c
 
 include $(top_srcdir)/acmacro/dist-files.mk