Index: Makefile.am
===================================================================
--- Makefile.am	(revision e2887a97cbde3855b9c0eeb23a3b1e7cdbd49e14)
+++ Makefile.am	(revision b9fe89bef7dc42eaa9590f00a8391b0fe1b904a2)
@@ -11,6 +11,6 @@
 ## Created On       : Sun May 31 22:14:18 2015
 ## Last Modified By : Peter A. Buhr
-## Last Modified On : Fri May 12 18:30:01 2023
-## Update Count     : 42
+## Last Modified On : Wed May 17 11:02:34 2023
+## Update Count     : 56
 ###############################################################################
 
@@ -40,4 +40,7 @@
 installed ?= no
 ARCH = ${if ${arch},"arch=${arch}"}
+arch_support = "x86/x64/arm"
+
+# target "all" created by automake
 
 check :
@@ -51,15 +54,4 @@
 installtest : installcheck # synonym
 
-help :
-	@echo "user targets:"
-	@echo "    Compile compiler/runtime and run test suite."
-	@echo "    $$ make check / tests [debug=yes/no] [installed=yes/no] [arch=x86/x64/arm]"
-	@echo ""
-	@echo "    Compile compiler/runtime, run test suite, and install."
-	@echo "    $$ make installcheck / installtests [debug=yes/no] installed=yes [arch=x86/x64/arm]"
-
-configure-libcfa : @LIBCFA_TARGET_MAKEFILES@
-	@true
-
 status : @LIBCFA_TARGET_MAKEFILES@
 	@echo -ne "translator\n\t"
@@ -67,4 +59,21 @@
 	@find libcfa -name config.status -printf "\n%h\n\t" -exec {} --config \; | sed "s/ /\n\t/g; s/\t'/\t/g; s/'\n/\n/g; s/^'//g; s/'$$//g"
 
+help :
+	@echo "user targets:"
+	@echo "    Compile compiler/runtime."
+	@echo "    $$ make (null) / all"
+	@echo ""
+	@echo "    Compile compiler/runtime and run test suite."
+	@echo "    $$ make check / tests [debug=yes/no] [installed=yes/no] [arch=${arch_support}]"
+	@echo ""
+	@echo "    Compile compiler/runtime, install, and run test suite on installed system."
+	@echo "    $$ make installcheck / installtests [debug=yes/no] installed=yes [arch=${arch_support}]"
+	@echo ""
+	@echo "    Print configuration parameters and system build information."
+	@echo "    $$ make status"
+
+configure-libcfa : @LIBCFA_TARGET_MAKEFILES@
+	@true
+
 @LIBCFA_TARGET_DIRS@ ::
 	${MAKE} -C ${@} ${MAKECMDGOALS}
