diff options
Diffstat (limited to 'science/fvm/files/patch-tests_Makefile.in')
-rw-r--r-- | science/fvm/files/patch-tests_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/science/fvm/files/patch-tests_Makefile.in b/science/fvm/files/patch-tests_Makefile.in new file mode 100644 index 000000000000..00360f3a5962 --- /dev/null +++ b/science/fvm/files/patch-tests_Makefile.in @@ -0,0 +1,11 @@ +--- tests/Makefile.in.orig 2011-07-11 11:17:01.000000000 +0200 ++++ tests/Makefile.in 2012-04-07 16:46:12.000000000 +0200 +@@ -300,7 +300,7 @@ + @HAVE_MPI_TRUE@fvm_coupling_test_LDADD = $(top_builddir)/src/libfvm_coupl.la \ + @HAVE_MPI_TRUE@ @BFT_LIBS@ @MPI_LIBS@ + +-all: all-am ++all: $(check_PROGRAMS) + + .SUFFIXES: + .SUFFIXES: .c .lo .o .obj |