[svn-commits] trunk r35533 - /trunk/Makefile
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Thu Jun 22 09:26:09 MST 2006
Author: russell
Date: Thu Jun 22 11:26:09 2006
New Revision: 35533
URL: http://svn.digium.com/view/asterisk?rev=35533&view=rev
Log:
actually allow all of the sub directories to be built when running "make", oops
Modified:
trunk/Makefile
Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?rev=35533&r1=35532&r2=35533&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Jun 22 11:26:09 2006
@@ -883,4 +883,4 @@
@echo "Generating list of available modules ..."
@build_tools/prep_moduledeps > $@
-.PHONY: sounds clean clean-depend dist-clean all _all depend cleantest uninstall _uninstall uninstall-all dont-optimize valgrind $(SUBDIRS_INSTALL) $(SUBDIRS_CLEAN) $(SUBDIRS_CLEAN_DEPEND) $(SUBDIRS_DEPEND) $(SUBDIRS_UNINSTALL) sounds
+.PHONY: sounds clean clean-depend dist-clean all _all depend cleantest uninstall _uninstall uninstall-all dont-optimize valgrind $(SUBDIRS_INSTALL) $(SUBDIRS_CLEAN) $(SUBDIRS_CLEAN_DEPEND) $(SUBDIRS_DEPEND) $(SUBDIRS_UNINSTALL) $(SUBDIRS)
More information about the svn-commits
mailing list