From: Paul Smith Date: Tue, 21 Feb 2023 04:29:26 +0000 (-0500) Subject: * Makefile.am: Add mkconfig.h to the test error file X-Git-Tag: 4.4.1~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ddb628927f8edbaa57849c1ecefd36ada371dae;p=thirdparty%2Fmake.git * Makefile.am: Add mkconfig.h to the test error file --- 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"