From: mquinson Date: Mon, 17 Aug 2009 15:00:27 +0000 (+0000) Subject: Kill a dupplicated target in makefile X-Git-Tag: SVN~1087 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/73ee6665a5a9de9bf7a995b32919bdbbfb49b991?hp=f7f0d4729afdb17a838b5d2850c95bdc5329e378 Kill a dupplicated target in makefile git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6584 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/smpi/Makefile.am b/examples/smpi/Makefile.am index 8b11bdc543..7afd90a752 100644 --- a/examples/smpi/Makefile.am +++ b/examples/smpi/Makefile.am @@ -46,8 +46,6 @@ reduce: reduce.c $(top_builddir)/src/smpi/smpicc $^ -o $@ ring_c: ring_c.c $(top_builddir)/src/smpi/smpicc $^ -o $@ -sendrecv: sendrecv.c - $(top_builddir)/src/smpi/smpicc $^ -o $@ split: split.c $(top_builddir)/src/smpi/smpicc $^ -o $@ mvmul: mvmul.c