[svn-commits] trunk r23208 - /trunk/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Fri Apr 28 10:39:54 MST 2006


Author: russell
Date: Fri Apr 28 12:39:54 2006
New Revision: 23208

URL: http://svn.digium.com/view/asterisk?rev=23208&view=rev
Log:
support "make distclean" as well as "make dist-clean" for the picky people

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?rev=23208&r1=23207&r2=23208&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Fri Apr 28 12:39:54 2006
@@ -563,6 +563,8 @@
 	@if [ -d mpg123-0.59r ]; then $(MAKE) -C mpg123-0.59r clean; fi
 	$(MAKE) -C db1-ast clean
 	$(MAKE) -C stdtime clean
+
+distclean: dist-clean
 
 dist-clean: clean
 	rm -f menuselect.makeopts makeopts makeopts.xml



More information about the svn-commits mailing list