diff options
author | Steven Knight <knight@baldmt.com> | 2002-08-26 09:28:08 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-08-26 09:28:08 (GMT) |
commit | 3b0b846c4cbda7e32c1d1ca3d9f6787f59f5b820 (patch) | |
tree | caadc59bf4974cae2bd2da4d31f496b624dbf22f /src/CHANGES.txt | |
parent | cff75e572311356bfd6d80c460c1140492a35073 (diff) | |
download | SCons-3b0b846c4cbda7e32c1d1ca3d9f6787f59f5b820.zip SCons-3b0b846c4cbda7e32c1d1ca3d9f6787f59f5b820.tar.gz SCons-3b0b846c4cbda7e32c1d1ca3d9f6787f59f5b820.tar.bz2 |
Put auto-deduced target names in the same directory as the source file.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 1b74766..7eaf87f 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -19,6 +19,9 @@ RELEASE 0.09 - - Add Repository() functionality. + - Fix auto-deduction of target names so that deduced targets end + up in the same subdirectory as the source. + From Anthony Roach: - Fixed use of command lines with spaces in their arguments, |