Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com X-Authentication-Warning: tctohp14.elex.co.il: avhf owned process doing -bs Date: Wed, 16 Aug 2000 10:03:57 +0300 (IDT) From: "Avraham H. Fraenkel" X-Sender: avhf AT tctohp14 Reply-To: "Avraham H. Fraenkel" To: Brian Pollard cc: cygwin AT sourceware DOT cygnus DOT com Subject: Re: problem with make In-Reply-To: <0E7AA454E229D411A1CB0090274661FF550314@gaea.trillium.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII You can do : 1) put the remark in the line before. in such case no trilling balnks are added to the macro. 2) if you are using GNU make , there is a function called strip, so you can do: $(strip $(hehe))/mine.h Avraham ------------------------------------- Avraham H. Fraenkel comMATCH: www.comMATCH.com ------------------------------------- On Tue, 15 Aug 2000, Brian Pollard wrote: > when using a make file, assignment statements such as: > > hehe=. #some comment > > $(hehe)/mine.h > hehe stores ". " instead of "./" > > this causes problems when accessing something such as: > > > because it is interpreted as ". /mine.h" > > > I would guess that the source code needs to be modified, any suggestions??? > > Thanks, > Brian > > -- > Want to unsubscribe from this list? > Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com > -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com