In message <[EMAIL PROTECTED]> Warner Losh writes:
: This seems like a bug in make(1).  Although I think you might want to
: investigate:
: 
: d=$$
: X=foo\$dbar.class
: 
: x:
:       echo $(X)

d=$$
X=foo$dbar.class

x:      $(X)
        echo "$(X)"

Warner


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to