[Asterisk-cvs] asterisk/funcs Makefile,1.7,1.8
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Mon Jun 20 13:25:14 CDT 2005
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 <kpfleming at digium.com>
#
@@ -64,7 +64,7 @@
depend: .depend
.depend: pbx_functions.h
- ../mkdep $(CFLAGS) `ls *.c`
+ ../build_tools/mkdep $(CFLAGS) `ls *.c`
env:
env
More information about the svn-commits
mailing list