From 13bb169d71a7eff694b8a2ba24497ee08c73a090 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Wed, 26 Dec 2012 00:12:21 +0100 Subject: [PATCH] tests: Don't delete atconfig in clean This file is created in ./configure so we shouldn't remove it with make. Otherwise ./configure && make clean && make check fails with: make[3]: *** No rule to make target `atconfig', needed by `check-local'. Stop. --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index cd3337d03..b60f6758e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -79,6 +79,8 @@ EXTRA_DIST = testsuite.at $(srcdir)/package.m4 $(TESTSUITE) \ msgfile/msgfile_test.ok msgfile/msgconfig.cfg \ logging/logging_test.ok logging/logging_test.err +DISTCLEANFILES = atconfig + TESTSUITE = $(srcdir)/testsuite check-local: atconfig $(TESTSUITE) @@ -91,7 +93,6 @@ installcheck-local: atconfig $(TESTSUITE) clean-local: test ! -f '$(TESTSUITE)' || \ $(SHELL) '$(TESTSUITE)' --clean - $(RM) -f atconfig AUTOM4TE = $(SHELL) $(top_srcdir)/missing --run autom4te AUTOTEST = $(AUTOM4TE) --language=autotest