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

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/utils/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile    9 Jun 2005 21:12:03 -0000       1.11
+++ Makefile    20 Jun 2005 17:26:08 -0000      1.12
@@ -1,4 +1,17 @@
 #
+# Asterisk -- A telephony toolkit for Linux.
+# 
+# Various utilities
+#
+# Copyright (C) 1999-2005, Digium
+#
+# Mark Spencer <[EMAIL PROTECTED]>
+#
+# This program is free software, distributed under the terms of
+# the GNU General Public License
+#
+
+#
 # Don't use ast mm routines
 #
 CFLAGS+=-DNO_AST_MM
@@ -44,5 +57,5 @@
 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