JT Williams <[EMAIL PROTECTED]> wrote in
[EMAIL PROTECTED]:">news:[EMAIL PROTECTED]:
> It seems that Make 3.79.1 (version info appended) has trouble with
> filenames (in a Makefile) that contain "special" characters (the
> colon, in particular, and perhaps other characters as well).
No, only th
Hello,
It seems that Make 3.79.1 (version info appended) has trouble with
filenames (in a Makefile) that contain "special" characters (the colon,
in particular, and perhaps other characters as well).
% cat Makefile
# Makefile
SRC = 2001\;6(2)\:126--135.pdf
all:$(SRC)
test -f "$<"