> Date: Sun, 27 Feb 2005 15:21:31 -0500 > Cc: "Earnie Boyd" <[EMAIL PROTECTED]>, [email protected], > [EMAIL PROTECTED] > From: "Paul D. Smith" <[EMAIL PROTECTED]> > > The next question becomes, does the current implementation of $(wildcard > ...) already return "/", or does it use "\"?
Yes, it does: glob.c always appends '/' to the partial file name after it calls `readdir'. (This is based on code inspection; I don't have a Windows binary of Make where I'm typing this, so I might be wrong. The DJGPP port's $wildcard _certainly_ returns file names with forward slashes.) _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
