summaryrefslogtreecommitdiff
path: root/tests/fort4.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fort4.test')
-rwxr-xr-xtests/fort4.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fort4.test b/tests/fort4.test
index 605a37770..84df399f6 100755
--- a/tests/fort4.test
+++ b/tests/fort4.test
@@ -62,12 +62,12 @@ cat >Makefile.am <<'END'
bin_PROGRAMS = hello goodbye
hello_SOURCES = hello.f foo.f90 sub/bar.f90
goodbye_SOURCES = bye.f90 sub/baz.f
-goodbye_FCFLAGS =
+goodbye_FCFLAGS =
LDADD = $(FCLIBS)
END
$ACLOCAL
-$AUTOMAKE
+$AUTOMAKE -a
# The Fortran 77 linker should be preferred:
grep '.\$(FCLINK)' Makefile.in && Exit 1