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

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/channels/Makefile,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- Makefile    29 Apr 2005 04:37:02 -0000      1.69
+++ Makefile    20 Jun 2005 17:26:07 -0000      1.70
@@ -1,11 +1,11 @@
 #
 # Asterisk -- A telephony toolkit for Linux.
 # 
-# Makefile for Channel backends (dynamically loaded)
+# Makefile for channel drivers
 #
-# Copyright (C) 1999, Mark Spencer
+# Copyright (C) 1999-2005, Mark Spencer
 #
-# Mark Spencer <[EMAIL PROTECTED]>
+# Mark Spencer <[EMAIL PROTECTED]>
 #
 # Edited By Belgarath <> Aug 28 2004
 # Added bare bones ultrasparc-linux support.
@@ -13,6 +13,7 @@
 # This program is free software, distributed under the terms of
 # the GNU General Public License
 #
+
 ifeq ($(CROSS_COMPILE),)
 OSARCH=$(shell uname -s)
 PROC=$(shell uname -m)
@@ -201,7 +202,7 @@
 depend: .depend
 
 .depend:
-       ../mkdep $(CFLAGS) `ls *.c`
+       ../build_tools/mkdep $(CFLAGS) `ls *.c`
 
 env:
        env

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to