X-Spam-Check-By: sourceware.org Message-Id: <6.2.3.4.2.20060814142135.0eb85ac0@pop.biz.rr.com> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Mon, 14 Aug 2006 14:28:56 -0400 To: cygwin AT cygwin DOT com From: Bill Hoffman Subject: change in behavior of make from 3.80 to 3.81 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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 Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 3.80 does this: make -f test.make make: *** No rule to make target `C:/foo', needed by `foo'. Stop. 3.81 does this: make -f test.make test.make:1: *** target pattern contains no `%'. Stop. test.make contains: foo: C:/foo So, in 3.80 windows style driver letter : path worked with make. In 3.81, it no longer does. Is this expected, can the old way be brought back? Thanks. -Bill -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/