From 551fc5b6aa124a16af48da2d184e280a2f47d767 Mon Sep 17 00:00:00 2001 From: russell Date: Sat, 24 Jun 2006 04:42:35 +0000 Subject: fix dist-clean and add menuselect to the clean target, too git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35791 f38db490-d61c-443f-a65b-d21fe96a405b --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 867846420..7c693ff04 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 -- cgit v1.2.3