Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
X-Authentication-Warning: smtp1.cern.ch: Host IDENT:root@pb-d-137-138-206-44.cern.ch [137.138.206.44] claimed to be skywalker
Message-ID: <399A7C41.7747CDD8@cern.ch>
Date: Wed, 16 Aug 2000 13:34:25 +0200
From: "Lassi A. Tuura" <lassi.tuura@cern.ch>
Organization: Northeastern University, Boston, USA
X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.12-20 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: Brian Pollard <b_pollard@trillium.com>
CC: cygwin@sourceware.cygnus.com
Subject: Re: problem with make
References: <0E7AA454E229D411A1CB0090274661FF550314@gaea.trillium.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

>         hehe=.           #some comment
> hehe stores ".            " instead of "./"

This is documented make behaviour -- and in fact the only way to get
trailing space to a variable value.  As someone else already replied, if
that's not what you want, just move the comment to another line or use
$(strip).

Hope this helps,
//lat
-- 
A new scientific truth does not triumph by convincing its
opponents and making them see the light, but rather because
its opponents eventually die, and a new generation grows up
that is familiar with it.  --Planck, 1949

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

