diff options
Diffstat (limited to 'math/mumps/files/patch-libseq_Makefile')
| -rw-r--r-- | math/mumps/files/patch-libseq_Makefile | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/math/mumps/files/patch-libseq_Makefile b/math/mumps/files/patch-libseq_Makefile new file mode 100644 index 000000000000..49139f081522 --- /dev/null +++ b/math/mumps/files/patch-libseq_Makefile @@ -0,0 +1,11 @@ +--- libseq/Makefile.orig	2011-05-10 14:56:39.000000000 +0200 ++++ libseq/Makefile	2013-08-11 18:05:34.000000000 +0200 +@@ -10,7 +10,7 @@ + libmpiseq: libmpiseq$(PLAT)$(LIBEXT) +  + libmpiseq$(PLAT)$(LIBEXT): mpi.o mpic.o elapse.o +-	$(AR)$@ mpi.o mpic.o elapse.o ++	$(AR) $@ mpi.o mpic.o elapse.o + 	$(RANLIB) $@ + .f.o: + 	$(FC) $(OPTF)              -c $*.f $(OUTF)$*.o | 
