]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* Makefile.am: Add mkconfig.h to the test error file
authorPaul Smith <psmith@gnu.org>
Tue, 21 Feb 2023 04:29:26 +0000 (23:29 -0500)
committerPaul Smith <psmith@gnu.org>
Tue, 21 Feb 2023 04:29:26 +0000 (23:29 -0500)
Makefile.am

index 686851ff339f1787bfd6a727054fc14125933caa..c29c235714f97dab208094cf008b48399652266b 100644 (file)
@@ -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"