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
This commit is contained in:
Russell Bryant 2006-07-01 14:25:43 +00:00
parent 5dceb817e6
commit 9bc3976204
1 changed files with 2 additions and 2 deletions

View File

@ -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