Hi Greg, > WOW! After typing the text above, I took another look at the makefile. > And -- BAM! -- it hit me in the face! ;-) Okay... > 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. Let's see: The sed command contains an input and output redirection. This makes GNU make using a shell to call sed (instead of calling sed directly). I thought that the shell wouldn't touch the \t because they're enclosed in " ". Where am I missing the point - and why does it work with Cygin as-is? Puzzled, 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 Sat Apr 24 14:02:35 2010
This archive was generated by hypermail 2.1.8 : 2010-04-24 14:02:38 CEST