Hi,

I put a file a.c in c:\temp, and write Makefile like this:

---------
VPATH=c:/temp:c:/tmp
# It can find the file if there's only 1 path:
# VPATH=c:/temp

all: a.c
                echo "$^"
---------
I tried colon or semi-colon as the separator, either not work.
It cannot find a.c and should have bug.

Best Regards
Liang, Jian

_______________________________________________
Make-w32 mailing list
Make-w32@gnu.org
https://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to