From 9c31cf0d4bcf1abd9767c77d68d90c9007b4f114 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 14 Sep 2022 21:04:57 +0200 Subject: [PATCH] build: Run test-clean on maintainer-clean. So that not too much stuff piles up below t/. --- Makefile.real | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.real b/Makefile.real index 9c426673..bf3cb6e0 100644 --- a/Makefile.real +++ b/Makefile.real @@ -313,7 +313,7 @@ distclean: clean $(call SAY, DISTCLEAN) rm -f Makefile autoscan.log config.status config.log rm -f config.h configure config.h.in -maintainer-clean: distclean +maintainer-clean: distclean test-clean $(call SAY, MAINTAINER-CLEAN) rm -f *.tar.bz2 *.tar.xz rm -f GPATH GRTAGS GSYMS GTAGS -- 2.39.2