From 2bddc3a21e510c3ce71107dc675948aa0b130432 Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 6 Jul 2006 00:21:58 +0000 Subject: [PATCH] Little fix for vpath building git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2486 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- testsuite/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1