Hi, How can be used variable in makefile that contains spaces?
I need something like this: MYDIR = C:\Program Files\Mydir But when I refer to MYDIR for example as include dirs like -IMYDIR I've got error messages. Make don't understand (I think)that is one string "C:\Program Files\Mydir". I tried "C:\Program Files\Mydir", 'C:\Program Files\Mydir', C:\Progra~1\Mydir but didn't help. Thanks for any help Attila -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/