From: Russell Bryant Date: Sat, 24 Jun 2006 04:42:35 +0000 (+0000) Subject: fix dist-clean and add menuselect to the clean target, too X-Git-Tag: 1.4.0-beta1~778 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e9099934be8b877235a85db0d9856a900d2f98b;p=thirdparty%2Fasterisk.git fix dist-clean and add menuselect to the clean target, too git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35791 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 8678464203..7c693ff043 100644 --- a/Makefile +++ b/Makefile @@ -504,12 +504,13 @@ clean: $(SUBDIRS_CLEAN) clean-depend @if [ -f editline/Makefile ]; then $(MAKE) -C editline distclean ; fi @$(MAKE) -C db1-ast clean @$(MAKE) -C stdtime clean + @$(MAKE) -C menuselect clean distclean: dist-clean dist-clean: clean @$(MAKE) -C mxml clean - @$(MAKE) -C build_tools dist-clean + @$(MAKE) -C menuselect dist-clean @$(MAKE) -C sounds dist-clean rm -f menuselect.makeopts makeopts makeopts.xml rm -f config.log config.status