Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cleanup: stop going into the subdir before going out [thanks Sascha]
[simgrid.git] / teshsuite / Makefile.in
index b9a7d5a..7ee0487 100644 (file)
@@ -786,7 +786,7 @@ uninstall-am:
   #############################################
 
 gras/datadesc/datadesc_structs.c: gras/datadesc/mk_datadesc_structs.pl
-       cd gras/datadesc ; perl ../$(top_srcdir)/teshsuite/gras/datadesc/mk_datadesc_structs.pl > datadesc_structs.c
+       perl $(top_srcdir)/teshsuite/gras/datadesc/mk_datadesc_structs.pl > $@
 
   ##########################################