From: Russell Bryant Date: Sat, 1 Jul 2006 14:25:43 +0000 (+0000) Subject: swap distclean and dist-clean, since distclean is more commonly used ... X-Git-Tag: 1.4.0-beta1~711 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9bc3976204606ddf227b23bef9a21dae800ac693;p=thirdparty%2Fasterisk.git swap distclean and dist-clean, since distclean is more commonly used ... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36502 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 3dbe5d5968..6b677cf1d4 100644 --- a/Makefile +++ b/Makefile @@ -515,9 +515,9 @@ clean: $(SUBDIRS_CLEAN) clean-depend @$(MAKE) -C stdtime clean @$(MAKE) -C menuselect clean -distclean: dist-clean +dist-clean: distclean -dist-clean: clean +distclean: clean @$(MAKE) -C mxml clean @$(MAKE) -C menuselect dist-clean @$(MAKE) -C sounds dist-clean