Index: benchmark/Makefile.am
===================================================================
--- benchmark/Makefile.am	(revision b029e310a1f8c23ce729205f17e9c08e8b462305)
+++ benchmark/Makefile.am	(revision bebfc2e9e4649cb913f326934dd2c875b141ccf2)
@@ -11,6 +11,6 @@
 ## Created On       : Sun May 31 09:08:15 2015
 ## Last Modified By : Peter A. Buhr
-## Last Modified On : Tue Mar 10 11:41:18 2020
-## Update Count     : 258
+## Last Modified On : Fri May 26 12:13:48 2023
+## Update Count     : 260
 ###############################################################################
 
@@ -374,20 +374,20 @@
 ## =========================================================================================================
 
-mutexStmt$(EXEEXT) :		    \
-	mutexStmt-cpp1.run			\
-	mutexStmt-cpp2.run			\
-	mutexStmt-cpp4.run			\
-	mutexStmt-cpp8.run			\
-	mutexStmt-java.run			\
-	mutexStmt-lock1.run		    \
-	mutexStmt-lock2.run		    \
-	mutexStmt-lock4.run		    \
-	mutexStmt-lock8.run		    \
-	mutexStmt-no-stmt-lock1.run \
-	mutexStmt-no-stmt-lock2.run \
-	mutexStmt-no-stmt-lock4.run \
-	mutexStmt-no-stmt-lock8.run \
-	mutexStmt-monitor1.run      \
-	mutexStmt-monitor2.run      \
+mutexStmt$(EXEEXT) :			\
+	mutexStmt-cpp1.run		\
+	mutexStmt-cpp2.run		\
+	mutexStmt-cpp4.run		\
+	mutexStmt-cpp8.run		\
+	mutexStmt-java.run		\
+	mutexStmt-lock1.run		\
+	mutexStmt-lock2.run		\
+	mutexStmt-lock4.run		\
+	mutexStmt-lock8.run		\
+	mutexStmt-no-stmt-lock1.run	\
+	mutexStmt-no-stmt-lock2.run	\
+	mutexStmt-no-stmt-lock4.run	\
+	mutexStmt-no-stmt-lock8.run	\
+	mutexStmt-monitor1.run		\
+	mutexStmt-monitor2.run		\
 	mutexStmt-monitor4.run
 
@@ -567,5 +567,5 @@
 	compile-array.make	\
 	compile-attributes.make	\
-	compile-empty.make  	\
+	compile-empty.make	\
 	compile-expression.make	\
 	compile-io.make		\
@@ -592,5 +592,5 @@
 
 compile-monitor$(EXEEXT):
-	$(CFACOMPILE) -DNO_COMPILED_PRAGMA -fsyntax-only -w $(testdir)/concurrent/monitor.cfa
+	$(CFACOMPILE) -DNO_COMPILED_PRAGMA -fsyntax-only -w $(testdir)/concurrency/monitor.cfa
 
 compile-operators$(EXEEXT):
@@ -598,5 +598,5 @@
 
 compile-thread$(EXEEXT):
-	$(CFACOMPILE) -DNO_COMPILED_PRAGMA -fsyntax-only -w $(testdir)/concurrent/thread.cfa
+	$(CFACOMPILE) -DNO_COMPILED_PRAGMA -fsyntax-only -w $(testdir)/concurrency/thread.cfa
 
 compile-typeof$(EXEEXT):
