Re: Troublesome filenames in a Makefile

2002-08-30 Thread Soren Andersen
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

Troublesome filenames in a Makefile

2002-08-28 Thread JT Williams
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 "$<"