aboutsummaryrefslogtreecommitdiffstats
path: root/formats/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'formats/Makefile')
-rwxr-xr-xformats/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/formats/Makefile b/formats/Makefile
index c0b881250..cbf43f899 100755
--- a/formats/Makefile
+++ b/formats/Makefile
@@ -3,9 +3,9 @@
#
# Makefile for file format modules
#
-# 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
@@ -46,4 +46,4 @@ install: all
depend: .depend
.depend:
- ../mkdep $(CFLAGS) `ls *.c`
+ ../build_tools/mkdep $(CFLAGS) `ls *.c`