Skip to content

Commit

Permalink
now generate pionfatt_mod.F90 from pionfatt_mod.F90.in in autotools b…
Browse files Browse the repository at this point in the history
…uild
  • Loading branch information
edhartnett committed May 17, 2019
1 parent b813b60 commit 4fdfef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ libpio_la_SOURCES = pio.F90
# These F90 files are generated from .F90.in files, using the script
# genf90.pl.
pionfatt_mod.F90: pionfatt_mod.F90.in
../../scripts/genf90.pl pionfatt_mod.F90.in > pionfatt_mod.F90
${top_srcdir}/scripts/genf90.pl pionfatt_mod.F90.in > pionfatt_mod.F90

# Each mod file depends on the .o file.
pio_kinds.mod: pio_kinds.$(OBJEXT)
Expand Down

0 comments on commit 4fdfef2

Please sign in to comment.