summaryrefslogtreecommitdiffstats
path: root/testsuites/benchmarks/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/benchmarks/Makefile.am')
-rw-r--r--testsuites/benchmarks/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/benchmarks/Makefile.am b/testsuites/benchmarks/Makefile.am
index 3d95ecdb9f..6c5fe7fb27 100644
--- a/testsuites/benchmarks/Makefile.am
+++ b/testsuites/benchmarks/Makefile.am
@@ -1,9 +1,9 @@
ACLOCAL_AMFLAGS = -I ../aclocal
-SUBDIRS =
-SUBDIRS += linpack
-SUBDIRS += whetstone
-SUBDIRS += dhrystone
+_SUBDIRS =
+_SUBDIRS += dhrystone
+_SUBDIRS += linpack
+_SUBDIRS += whetstone
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am