aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cdr/Makefile')
-rwxr-xr-xcdr/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cdr/Makefile b/cdr/Makefile
index 9267f5ae8..5e73cf267 100755
--- a/cdr/Makefile
+++ b/cdr/Makefile
@@ -3,9 +3,9 @@
#
# Makefile for CDR backends (dynamically loaded)
#
-# Copyright (C) 1999, Mark Spencer
+# Copyright (C) 1999-2005, Digium
#
-# Mark Spencer <markster@linux-support.net>
+# Mark Spencer <markster@digium.com>
#
# This program is free software, distributed under the terms of
# the GNU General Public License
@@ -98,4 +98,4 @@ cdr_sqlite.so: cdr_sqlite.o
depend: .depend
.depend:
- ../mkdep $(CFLAGS) `ls *.c`
+ ../build_tools/mkdep $(CFLAGS) `ls *.c`