summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2023-02-20 23:29:26 -0500
committerPaul Smith <psmith@gnu.org>2023-02-20 23:29:26 -0500
commit8ddb628927f8edbaa57849c1ecefd36ada371dae (patch)
tree532d2beb5b1048f21cd3e2f9ec730c5c82f29bd8
parente9dd614d73fc625845a0de089edae3a8433e30c1 (diff)
downloadmake-git-8ddb628927f8edbaa57849c1ecefd36ada371dae.tar.gz
* Makefile.am: Add mkconfig.h to the test error file
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
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"