From 680aa5bc2a8c308686421f0748e2d71eb25248ed Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 15 Apr 2017 13:51:37 -0700 Subject: [PATCH] tests: Do not delete testsuite on distclean. The testsuite is distributed, so distclean must not delete it. Thanks to Harry Thijssen for reporting the problem. --- tests/automake.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/automake.mk b/tests/automake.mk index 93b19d82d0..a736300c23 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -404,7 +404,7 @@ TESTSUITE_AT = \ tests/perl-module.at TESTSUITE = $(srcdir)/tests/testsuite -DISTCLEANFILES += tests/atconfig tests/atlocal $(TESTSUITE) +DISTCLEANFILES += tests/atconfig tests/atlocal AUTOTEST_PATH = tests/data:tests/language/lexer:tests/libpspp:tests/output:src/ui/terminal:utilities $(srcdir)/tests/testsuite.at: tests/testsuite.in tests/automake.mk -- 2.30.2