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

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/funcs/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile    9 Jun 2005 22:59:08 -0000       1.7
+++ Makefile    20 Jun 2005 17:26:08 -0000      1.8
@@ -3,7 +3,7 @@
 # 
 # Makefile for dialplan functions
 #
-# Copyright (C) 2005, Digium, Inc.
+# Copyright (C) 2005, Digium
 #
 # Kevin P. Fleming <[EMAIL PROTECTED]>
 #
@@ -64,7 +64,7 @@
 depend: .depend
 
 .depend: pbx_functions.h
-       ../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