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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Leandro Lucarella <[email protected]>
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: -------