From: Kevin M. Rosenberg Date: Sun, 18 Aug 2002 03:01:03 +0000 (+0000) Subject: r2299: Auto commit for Debian build X-Git-Tag: v3.8.6~965 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=d1b4f8b20bb7ae6e515fb29a292400820173d4c4 r2299: Auto commit for Debian build --- 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