Fossil SCM
missing dependency for link in DigitalMars Windows Makefile
Closed
64d9461fa4b399b…
· opened 15 years, 7 months ago
- Type
- Build_Problem
- Priority
- —
- Severity
- Minor
- Resolution
- Open
- Subsystem
- —
- Created
- Sept. 5, 2010 9:41 a.m.
Building fossil on Windows-XP using the Digital Mars C-compiler does alwas a link, even if there is no changed file.
There is a missing dependency in the tcl-generated Makefile.dmc. It works correctly, if the link-file depends on ..\win\Makefile.dmc. I don't, how to change the tcl-script, to add this dependency.
anonymous added on 2010-09-05 13:42:52:
i think, changing
$(OBJDIR)\link:}
into
$(OBJDIR)\link: ..\win\Makefile.dmc}
on line 262 in makamake.tcl should solve the problem. Sorry, i don't have an tcl installation, so i cannot test it.
best regards, Wolfgang
renez added on 2010-09-06 20:29:17:
You are right coded the change