
spaceshaper
New User
Dec 2, 2012, 11:09 AM
Post #1 of 2
(1478 views)
|
|
startup.mk errors
|
Can't Post
|
|
Howdy Folks, Installed DwinmPerl and tried to run startup.mk for 'c'. Got error msg: 'dmake: startup.mk: line 207: Error: -- Multiply defined recipe for target .DONE' which is: # Finally, define the default construction strategy .ROOT .PHONY .NOSTATE .SEQUENTIAL :- .INIT .TARGETS .DONE; .INIT .DONE .PHONY: $(NULLPRQ); # Define the NULL prerequisite as having no recipe $(NULLPRQ) .PHONY:; # LINE 207 How do I resolve this, thanks,
|