From 9ecf617b2dcad1692b931fe29dfb5314b100c9a4 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Mon, 22 Jul 2019 10:55:50 -0600 Subject: [PATCH] fixed example Makefile.am for C only builds --- examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 669e3639beb..413c10ac405 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -6,4 +6,4 @@ if BUILD_FORTRAN F03 = f03 endif # BUILD_FORTRAN -SUBDIRS = c F03 +SUBDIRS = c ${F03}