Simple makefile problem - implicit rule

Ali Çehreli acehreli at yahoo.com
Wed Jan 9 10:31:04 PST 2013


On 01/09/2013 10:19 AM, deed wrote:
>> Assuming that this is for GNU make, ensuring that the rule starts with
>> a tab characters, that file works with GNU Make 3.81.
>>
>> Ali
>
> It is Digital Mars Make Version 5.06 and it's on Windows 7.

That's why you didn't mark the subject with [OT]. ;) It looks like the 
syntax is different:

.d.obj:
    $(DC) $(DFLAGS) -c $<

I got that by clicking "makefile example" here:

http://www.prowiki.org/wiki4d/wiki.cgi?DigitalMarsTools#DigitalMarsLinkerandUtilities

Ali


More information about the Digitalmars-d-learn mailing list