Re: [cc65] Please critique this makefile

From: Greg King <greg.king41verizon.net>
Date: 2010-04-24 13:20:34
From: "Oliver Schmidt"; on Sat., April 24, 2010; at 05:36 AM -0400
>
> >> Sorry, now I understand your issue! You're, of course, right.
> >> The second line should look as you show it.
> >> I've no idea, right now, what's going on. Is it reproducable?
> >
> > Yes, it is. That is what remains in the "obj/" dir. every
> > time after issuing "make".
>
> I can't reproduce that issue here, using Cygwin 1.7 on WinXP.

silverdr,
Double-check your make-file.  Maybe, it has a typo -- it might not be
giving "sed" the proper commands (it's easy to misplace some of that
punctuation).

WOW!  After typing the text above, I took another look at the makefile.
And -- BAM! -- it hit me in the face! ;-)

It's the back-slashes -- they aren't "quoted"!  Therefore, "sed" is
matching against the letter "t", not the TAB character.

"Double" those back-slashes.

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Sat Apr 24 13:26:21 2010

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