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

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/formats/Makefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Makefile    3 Jun 2005 21:52:00 -0000       1.20
+++ Makefile    20 Jun 2005 17:26:07 -0000      1.21
@@ -3,9 +3,9 @@
 # 
 # Makefile for file format 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
@@ -46,4 +46,4 @@
 depend: .depend
 
 .depend:
-       ../mkdep $(CFLAGS) `ls *.c`
+       ../build_tools/mkdep $(CFLAGS) `ls *.c`

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

Reply via email to