Index: mpiamrvac/src/mpiamrvac/src/makefile
===================================================================
--- mpiamrvac.orig/src/mpiamrvac/src/makefile	2012-10-02 11:39:05.000000000 +0200
+++ mpiamrvac/src/mpiamrvac/src/makefile	2012-10-02 11:39:08.000000000 +0200
@@ -29,7 +29,8 @@
 
 ###### ifort compiler (Intel Fortran on Linux)
 #
-F90=mpif90
+MPIFC?=mpif90
+F90=$(MPIFC)
 FFLAGS = -c
 #F90FLAGS = -ffree-form -O3 
 # following line has deprecated options, replace by line underneath
