|
From: | anonymous |
Subject: | [bug #17105] problem colon after drive letter in prerequisite |
Date: | Fri, 14 Jul 2006 18:47:07 +0000 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4 |
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=17105> Summary: problem colon after drive letter in prerequisite Project: make Submitted by: None Submitted on: Friday 07/14/2006 at 18:47 UTC Severity: 3 - Normal Item Group: Bug Status: None Privacy: Public Assigned to: None Open/Closed: Open Component Version: 3.81 Operating System: MS Windows Fixed Release: None _______________________________________________________ Details: The following makefile ------- begin --------- all: c:/myfile.txt echo "yes" ------- end ----------- produces the following expected output in make 3.80: make: *** No rule to make target `c:/myfile.txt', needed by `all'. Stop. With make 3.81 the output is as follows: Makefile:1: *** target pattern contains no `%'. Stop. I'm using the cygwin version. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=17105> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |