02-14-05 07:51 AM
Amit> "yahoo\;google.oc":
Amit> echo testing strange filenames
Amit>
Amit> You can use special characters in target names by immediately precedin
g
Amit> each special character with a backslash (\).
Dirk> I also wanted to propose this, when I read the question but this
Dirk> solution doesn't seem to work with GNU Make (version 3.80).
I guess if nothing else works, you could use a variable:
SEMI = ;
yahoo$(SEMI)google.oc :
...
--
I wonder which is the best virus for unix and if I can write
a better one in Microsoft BASIC ?
Hans-Marc Olsen in comp.unix.programmer
[ Post a follow-up to this message ]
|