From: Alexander Barton Date: Fri, 25 Apr 2014 09:24:38 +0000 (+0200) Subject: Makefiles: correctly call local clean targets X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97764d80f8c5d0752d725afee11f0e720bef175d;p=ax-linux.git Makefiles: correctly call local clean targets --- diff --git a/Makefile.ax b/Makefile.ax index aa91fb2..c5f12fd 100644 --- a/Makefile.ax +++ b/Makefile.ax @@ -25,14 +25,14 @@ clean-ax: $(MAKE) -C $$subdir clean || exit 1; \ done -distclean: distclean-ax distclean-local +distclean: clean-local distclean-ax distclean-local distclean-ax: $(AX_SILENT)for subdir in $(SUBDIRS); do \ $(MAKE) -C $$subdir distclean || exit 1; \ done -maintainer-clean: maintainer-clean-ax maintainer-clean-local +maintainer-clean: clean-local distclean-local maintainer-clean-ax maintainer-clean-local maintainer-clean-ax: $(AX_SILENT)for subdir in $(SUBDIRS); do \