summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorbwarsaw2002-12-12 04:35:44 +0000
committerbwarsaw2002-12-12 04:35:44 +0000
commit769e5e71c30c3355c57e345af44bc522c09a4aaa (patch)
treefa1face3c21ba9257f31a56c52fcaf45268d9414 /tests
parentae7b2c1701e8342c6903953ad7658eeded5cf95e (diff)
downloadmailman-769e5e71c30c3355c57e345af44bc522c09a4aaa.tar.gz
mailman-769e5e71c30c3355c57e345af44bc522c09a4aaa.tar.zst
mailman-769e5e71c30c3355c57e345af44bc522c09a4aaa.zip
Matthias Juchem's patch #645421 for fixing "make distclean" in the
messages and tests subdirectories.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 9c1f57091..f04397c4f 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -77,3 +77,7 @@ clean:
distclean:
-rm *.pyc
-rm Makefile
+ @for d in $(SUBDIRS); \
+ do \
+ (cd $$d; $(MAKE) distclean); \
+ done