From 6c57b87fc41c368cfa339ad8a879899ba3058e44 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 17 Jan 2021 11:13:37 -0500 Subject: sim: testsuite: merge into toplevel automake This allows us to delete most of our custom test logic, and avoids a recursive make for minor speed up. --- sim/configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sim/configure') diff --git a/sim/configure b/sim/configure index b0179bb..54a5254 100755 --- a/sim/configure +++ b/sim/configure @@ -4953,7 +4953,7 @@ subdirs="$subdirs aarch64" fi fi -ac_config_files="$ac_config_files Makefile testsuite/Makefile" +ac_config_files="$ac_config_files Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -5703,7 +5703,6 @@ do case $ac_config_target in "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac -- cgit v1.1