From 769e5e71c30c3355c57e345af44bc522c09a4aaa Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Thu, 12 Dec 2002 04:35:44 +0000 Subject: Matthias Juchem's patch #645421 for fixing "make distclean" in the messages and tests subdirectories. --- tests/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') 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 -- cgit v1.3.1