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 Date: Tue, 3 Oct 2000 20:56:22 -0400 Message-Id: <200010040056.UAA12357@envy.delorie.com> From: DJ Delorie To: cloder AT acm DOT org CC: cygwin AT sourceware DOT cygnus DOT com In-reply-to: <200010040051.e940pxh07139@laxmls02.socal.rr.com> (message from Chad Loder on Tue, 03 Oct 2000 17:54:38 -0700) Subject: Re: Cygpath, backslashes, and sh.exe References: <200010032006 DOT e93K6ih16791 AT laxmls02 DOT socal DOT rr DOT com> <200010032207 DOT e93M7bh18034 AT laxmls02 DOT socal DOT rr DOT com> <200010040051 DOT e940pxh07139 AT laxmls02 DOT socal DOT rr DOT com> > %.obj : %.cpp > $(CC) $(CPPFLAGS) $(shell cygpath -w $<) Try this: %.obj : %.cpp $(CC) $(CPPFLAGS) '$(shell cygpath -w $<)' -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com