Regenerate configured Makefile if Makefile.in or config.status have changed
This commit is contained in:
parent
6fc07c5dc9
commit
96153c7c0a
6 changed files with 35 additions and 4 deletions
|
|
@ -31,6 +31,9 @@ C_ERROR_TEST_CASES := $(filter-out $(CPP_ERROR_TEST_CASES), $(ALL_ERROR_TEST_CAS
|
|||
ERROR_TEST_CASES := $(CPP_ERROR_TEST_CASES:=.cpptest) \
|
||||
$(C_ERROR_TEST_CASES:=.ctest)
|
||||
|
||||
# For rebuilding Makefile from Makefile.in in common.mk
|
||||
TEST_SUITE_SUBDIR = errors
|
||||
|
||||
include $(srcdir)/../common.mk
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue