From 8ddb628927f8edbaa57849c1ecefd36ada371dae Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 20 Feb 2023 23:29:26 -0500 Subject: * Makefile.am: Add mkconfig.h to the test error file --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 686851ff..c29c2357 100644 --- a/Makefile.am +++ b/Makefile.am @@ -171,7 +171,8 @@ errorpre = makeerror-$(PACKAGE_VERSION)-$(host_triplet) testfiles = $(testlog) $(testresult) $(errorfile) MOSTLYCLEANFILES = $(testfiles) -errordetails = config.status config.log src/config.h $(testlog) tests/work +errordetails = config.status config.log src/config.h src/mkconfig.h \ + $(testlog) tests/work # Create a 4-letter random sequence rand_value = c = "abcdefghijklmnopqrstuvwxyz0123456789" -- cgit v1.2.1