mirror of
https://github.com/mirror/make.git
synced 2025-02-05 01:00:11 +08:00
* Makefile.am: Add mkconfig.h to the test error file
This commit is contained in:
parent
e9dd614d73
commit
8ddb628927
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user