On 03/03/2012 03:23 PM, Michael wrote:
> Hi,
>
Hi Michael, thanks for the patch.
> I was recently working with an IBM system using the IBM XL C/C++
> compiler and the dependency tracking did not work (style "none").
> Enclosed is a patch for depcomp to use the gcc-like generation of
> dependency f
Hi,
I was recently working with an IBM system using the IBM XL C/C++
compiler and the dependency tracking did not work (style "none").
Enclosed is a patch for depcomp to use the gcc-like generation of
dependency files of recent IBM compilers.
Best regards,
Michael
--- build-aux/depcomp.orig 2012
* NEWS (Future backward-incompatibilities): Starting from the next
major Automake versions, the parallel testsuite driver will be used
by default, instead of the serial testsuite driver as in the past.
---
NEWS |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NE