diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-28 01:43:47 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-28 01:43:47 +0000 |
commit | c7e90323583875f9029df6b012ce604f4d3ddb87 (patch) | |
tree | 3f5b8d44cdeed782455c5bcc4608207bb166cfa6 /configure | |
parent | d5e36aa2b2ca26fe689ae9e29c74b3565dd018c7 (diff) |
Add directory change to unit-cc, to fix the immensely stupid BSD make behavior of changing directories
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11772 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1077,7 +1077,7 @@ EOF print "Writing \e[1;32m$file\e[0m ...\n"; - $config{BUILD_DIR} ||= 'build'; + $config{BUILD_DIR} ||= resolve_directory($config{ME}."/build"); for my $var (qw( CC SYSTEM BASE_DIR CONFIG_DIR MODULE_DIR BINARY_DIR BUILD_DIR |