[asterisk-commits] trunk r35791 - /trunk/Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri Jun 23 21:42:36 MST 2006


Author: russell
Date: Fri Jun 23 23:42:35 2006
New Revision: 35791

URL: http://svn.digium.com/view/asterisk?rev=35791&view=rev
Log:
fix dist-clean and add menuselect to the clean target, too

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?rev=35791&r1=35790&r2=35791&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Fri Jun 23 23:42:35 2006
@@ -504,12 +504,13 @@
 	@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



More information about the asterisk-commits mailing list