Re: Fix 1 missing dependency in Makefile.in

2019-07-25 Thread Torbjörn Granlund
Vemake Vemake  writes:

  Hi, I've fixed 1 missing dependency reported.
  This issue can cause incorrect results when gmp is incrementally built.
  Detailed speaking, any changes in the target "libtool" will not cause
  "dummy.lo" to be rebuilt, which is incorrect.
  I've tested it on my computer, the fixed version worked as expected.
  The fixed Makefile.in is attached.

Unfortunately, Makefile.in is a generated file, so any changes to it
will be overwritten.

If there is indeed a missing dependency, it ether out to be added to
Makefile.am or by means of configure.in or automake.

-- 
Torbjörn
Please encrypt, key id 0xC8601622
___
gmp-bugs mailing list
gmp-bugs@gmplib.org
https://gmplib.org/mailman/listinfo/gmp-bugs


Fix 1 missing dependency in Makefile.in

2019-07-25 Thread Vemake Vemake
Hi, I've fixed 1 missing dependency reported.
This issue can cause incorrect results when gmp is incrementally built.
Detailed speaking, any changes in the target "libtool" will not cause
"dummy.lo" to be rebuilt, which is incorrect.
I've tested it on my computer, the fixed version worked as expected.
The fixed Makefile.in is attached.

Looking forward to your confirmation

Link: https://sourceforge.net/p/softwaremercatinousato/tickets/1/

Thanks
Vemake


Makefile.in
Description: Binary data
___
gmp-bugs mailing list
gmp-bugs@gmplib.org
https://gmplib.org/mailman/listinfo/gmp-bugs