projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dceb81
)
swap distclean and dist-clean, since distclean is more commonly used ...
author
Russell Bryant
<russell@russellbryant.com>
Sat, 1 Jul 2006 14:25:43 +0000
(14:25 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Sat, 1 Jul 2006 14:25:43 +0000
(14:25 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36502
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
3dbe5d5
..
6b677cf
100644
(file)
--- 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