View Ticket
Not logged in
Ticket UUID: 64d9461fa4b399b15827876bcf6b8ccc95720d16
Title: missing dependency for link in DigitalMars Windows Makefile
Status: Closed Type: Build_Problem
Severity: Minor Priority:
Subsystem: Resolution: Open
Last Modified: 2010-09-06 20:34:40
Version Found In: 7aae4ef068
Description & Comments:
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