[Asterisk-cvs] asterisk/apps Makefile,1.101,1.102
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Mon Jun 20 13:25:14 CDT 2005
- Previous message: [Asterisk-cvs] asterisk/build_tools .cvsignore, NONE,
1.1 make_build_h, NONE, 1.1 make_defaults_h, NONE,
1.1 make_version_h, NONE, 1.1 mkdep, NONE, 1.1 vercomp.c, NONE, 1.1
- Next message: [Asterisk-cvs] asterisk/agi Makefile,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv32287/apps
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/apps/Makefile,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- Makefile 3 Jun 2005 04:16:13 -0000 1.101
+++ Makefile 20 Jun 2005 17:26:07 -0000 1.102
@@ -1,11 +1,11 @@
#
# Asterisk -- A telephony toolkit for Linux.
#
-# Makefile for PBX frontends (dynamically loaded)
+# Makefile for PBX applications
#
-# Copyright (C) 1999, Mark Spencer
+# Copyright (C) 1999-2005, Digium
#
-# Mark Spencer <markster at linux-support.net>
+# Mark Spencer <markster at digium.com>
#
# This program is free software, distributed under the terms of
# the GNU General Public License
@@ -128,7 +128,7 @@
depend: .depend
.depend:
- ../mkdep $(CFLAGS) `ls *.c`
+ ../build_tools/mkdep $(CFLAGS) `ls *.c`
env:
env
- Previous message: [Asterisk-cvs] asterisk/build_tools .cvsignore, NONE,
1.1 make_build_h, NONE, 1.1 make_defaults_h, NONE,
1.1 make_version_h, NONE, 1.1 mkdep, NONE, 1.1 vercomp.c, NONE, 1.1
- Next message: [Asterisk-cvs] asterisk/agi Makefile,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list