diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2013-06-08 14:19:32 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2013-06-08 14:19:32 (GMT) |
commit | 122307427c5d7ab25b985b01f145dad3a848ed51 (patch) | |
tree | b7889e897e44d45dadb1f0c1070d32e20c318437 /ChangeLog | |
parent | 05a0e578f49fbd7c8614ce108ba790601663d8cd (diff) |
Fixed parallel building of top targets using the .NOTPARALLEL keyword.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@350 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 13-06-08 Cyrille Bagard <nocbos@gmail.com> + * src/Makefile.am: + Fix parallel building of top targets using the .NOTPARALLEL keyword. + +13-06-08 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/disass/disassembler.c: * src/analysis/disass/fetch.c: * src/analysis/disass/fetch.h: |