From 9a32a0b7f1ef09114c652b35e60ef72c3c8f3d11 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 30 Jun 2017 18:25:39 +0200 Subject: [PATCH] examples/H5/Makefile.am - do not use GNU extension for pattern rules --- examples/H5/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/H5/Makefile.am b/examples/H5/Makefile.am index 0cb3425..a3afefd 100644 --- a/examples/H5/Makefile.am +++ b/examples/H5/Makefile.am @@ -40,7 +40,6 @@ noinst_PROGRAMS += \ endif if ENABLE_FORTRAN -#if ENABLE_PARALLEL noinst_PROGRAMS += \ openclosef \ queryf \ @@ -55,11 +54,10 @@ read_file_attribsf_SOURCES = read_file_attribsf.f90 read_step_attribsf_SOURCES = read_step_attribsf.f90 write_file_attribsf_SOURCES = write_file_attribsf.f90 write_step_attribsf_SOURCES = write_step_attribsf.f90 -#endif endif endif all: ${noinst_PROGRAMS} -%.o : %.f90 +.f90.o: $(FC) $(FFLAGS) -c $<