[Asterisk-cvs] asterisk/codecs Makefile,1.28,1.29

kpfleming at lists.digium.com kpfleming at lists.digium.com
Mon Jun 20 13:25:14 CDT 2005


Update of /usr/cvsroot/asterisk/codecs
In directory mongoose.digium.com:/tmp/cvs-serv32287/codecs

Modified Files:
	Makefile 
Log Message:
move tools used during build into build_tools subdirectory
clean up Makefile headers


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/Makefile,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Makefile	27 Mar 2005 22:39:16 -0000	1.28
+++ Makefile	20 Jun 2005 17:26:07 -0000	1.29
@@ -1,11 +1,11 @@
 #
 # Asterisk -- A telephony toolkit for Linux.
 # 
-# Makefile for PBX frontends (dynamically loaded)
+# Makefile for codec modules
 #
-# Copyright (C) 1999, Mark Spencer
+# Copyright (C) 1999-2005, Digium
 #
-# Mark Spencer <markster at linux-support.net>
+# Mark Spencer <markster at digium.com>
 #
 # This program is free software, distributed under the terms of
 # the GNU General Public License
@@ -98,4 +98,4 @@
 depend: .depend
 
 .depend:
-	../mkdep $(CFLAGS) `ls *.c`
+	../build_tools/mkdep $(CFLAGS) `ls *.c`




More information about the svn-commits mailing list