Skip to content

Commit

Permalink
fftw3-mpi.f03 should be regenerated when Makefile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-frigo committed Nov 22, 2017
1 parent 708b202 commit b267008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mpi/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ smallcheck: mpi-bench$(EXEEXT)

endif

fftw3-mpi.f03: fftw3-mpi.f03.in
fftw3-mpi.f03: fftw3-mpi.f03.in Makefile
sed 's/C_MPI_FINT/@C_MPI_FINT@/' $(srcdir)/fftw3-mpi.f03.in > $@

fftw3l-mpi.f03: fftw3l-mpi.f03.in
fftw3l-mpi.f03: fftw3l-mpi.f03.in Makefile
sed 's/C_MPI_FINT/@C_MPI_FINT@/' $(srcdir)/fftw3l-mpi.f03.in > $@

if MAINTAINER_MODE
Expand Down

0 comments on commit b267008

Please sign in to comment.