summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2009-05-14 21:59:24 +0000
committerglx <glx@openttd.org>2009-05-14 21:59:24 +0000
commitb3a539b0168c4058ffe19930a455f987778a5fbf (patch)
treefcecf03292e29df6fde60c7292f0e4c761bae755 /configure
parent203cd6c2ddf4fe6853d0a72d280640e10579918c (diff)
downloadopenttd-b3a539b0168c4058ffe19930a455f987778a5fbf.tar.xz
(svn r16307) -Fix: makedepend can't handle the amount of files we have and it also miss some dependencies. That's why we introduce our custom implementation of makedepend.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index a74125c20..fa418abcb 100755
--- a/configure
+++ b/configure
@@ -67,6 +67,7 @@ fi
TTD="openttd$EXE"
STRGEN="strgen$EXE"
ENDIAN_CHECK="endian_check$EXE"
+DEPEND="depend$EXE"
if [ -z "$sort" ]; then
PIPE_SORT="sed s~a~a~"