summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-07-01 14:25:43 +0000
committerRussell Bryant <russell@russellbryant.com>2006-07-01 14:25:43 +0000
commit9bc3976204606ddf227b23bef9a21dae800ac693 (patch)
tree7486780a41505accae63ae3e10c951f5d4c06bd3 /Makefile
parent5dceb817e6b1c608318864895e8f7711a95a26e4 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3dbe5d596..6b677cf1d 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