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

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/res/Makefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Makefile    20 May 2005 03:18:35 -0000      1.21
+++ Makefile    20 Jun 2005 17:26:08 -0000      1.22
@@ -1,11 +1,11 @@
 #
 # Asterisk -- A telephony toolkit for Linux.
 # 
-# Makefile for CDR backends (dynamically loaded)
+# Makefile for resource modules
 #
-# Copyright (C) 1999, Mark Spencer
+# Copyright (C) 1999-2005, Digium
 #
-# Mark Spencer <[EMAIL PROTECTED]>
+# Mark Spencer <[EMAIL PROTECTED]>
 #
 # This program is free software, distributed under the terms of
 # the GNU General Public License
@@ -68,8 +68,8 @@
        else \
                echo "*** You don't have mpg123 installed. You're going to need 
***";\
                echo "***       it if you want MusicOnHold                      
***";\
-       fi
-       ../mkdep $(CFLAGS) `ls *.c`     
+       fi
+       ../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