From d1b4f8b20bb7ae6e515fb29a292400820173d4c4 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 18 Aug 2002 03:01:03 +0000 Subject: [PATCH] r2299: Auto commit for Debian build --- Makefile.common | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.common b/Makefile.common index a7f36a2..d2fe213 100644 --- a/Makefile.common +++ b/Makefile.common @@ -13,4 +13,10 @@ ifneq ($(SUBDIRS)$(DOCSUBDIRS),) $(MAKE) -C $$i $@; done endif +distclean: clean +ifneq ($(SUBDIRS)$(DOCSUBDIRS),) + @set -e; for i in $(SUBDIRS) $(DOCSUBDIRS); do \ + $(MAKE) -C $$i $@; done +endif + .SUFFIXES: # No default suffixes -- 2.34.1