Re: [cc65] Please critique this makefile

From: Oliver Schmidt <ol.sc1web.de>
Date: 2010-04-23 15:26:08
Hi,

>>> obj/main.o:     src/main.c /usr/local/lib/cc65/include/stdio.h
>>> /usr/local/lib/cc65/include/stddef.h /usr/local/lib/cc65/include/stdarg.h
>>> dio.h /usr/local/lib/cc65/include/stddef.h
>>> /usr/local/lib/cc65/include/stdarg.h:
>>>
>>> I wonder where does the second line come from - the one with 'dio.h'
>>
>> Please note that there's no ':' after dio.h, rather there's a ':' at
>> the end of the line.
>
> I wasn't clear - I mean where does "dio.h" come from? I #include<stdio.h> so
> I believe it should take the prerequisites from the previous line and turn
> them into targets, which would lead it to be:
>
> /usr/local/lib/cc65/include/stdio.h /usr/local/lib/cc65/include/stddef.h
> /usr/local/lib/cc65/include/stdarg.h:

Sorry, now I understand your issue! You're of course right. The second
line should look like you show it here. i've no idea right now what's
going on. Is it reproducable?

Regards,
Oliver
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Fri Apr 23 15:26:13 2010

This archive was generated by hypermail 2.1.8 : 2010-04-23 15:26:15 CEST