Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <000b01c1810e$e41ee600$04cefea9@getquad> From: "Attila Csosz" To: References: <006301c18046$598f3cb0$738ffe0c AT pwork> Subject: Makefile variable with space Date: Mon, 10 Dec 2001 01:09:09 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 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/