diff options
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index f677819..7e2e68a 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -248,6 +248,10 @@ RELEASE 0.97 - XXX - Fix re-scanning of generated source files for implicit dependencies when the -j option is used. + - Fix a dependency problem that caused $LIBS scans to not be added + to all of the targets in a multiple-target builder call, which + could cause out-of-order builds when the -j option is used. + From Wayne Lee: - Avoid "maximum recursion limit" errors when removing $(-$) pairs |