From: mquinson Date: Thu, 6 Jul 2006 00:21:58 +0000 (+0000) Subject: Little fix for vpath building X-Git-Tag: v3.3~2872 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2bddc3a21e510c3ce71107dc675948aa0b130432?ds=sidebyside Little fix for vpath building git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2486 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index b588e71a77..c1a0f8e96a 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -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