diff options
author | glx <glx@openttd.org> | 2009-05-14 21:59:24 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2009-05-14 21:59:24 +0000 |
commit | b3a539b0168c4058ffe19930a455f987778a5fbf (patch) | |
tree | fcecf03292e29df6fde60c7292f0e4c761bae755 /configure | |
parent | 203cd6c2ddf4fe6853d0a72d280640e10579918c (diff) | |
download | openttd-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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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~" |