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/
_______________________________________________
Bug-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-make