[Issue 12351] New: rdmd --makedep(end|file) uses the source file as the target
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Mar 12 07:23:32 PDT 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12351
Summary: rdmd --makedep(end|file) uses the source file as the
target
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: tools
AssignedTo: nobody at puremagic.com
ReportedBy: leandro.lucarella at sociomantic.com
--- Comment #0 from Leandro Lucarella <leandro.lucarella at sociomantic.com> 2014-03-12 07:23:25 PDT ---
Having the source file as the target for the dependencies on a Makefile
is useless, as there is no rule to rebuild the source file, Make can't
use that information at all. Instead the generate binary should be used as the
target.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list