Yes. Ditto spaces.
The only real answer right now, for make, is "don't do that".
If you absolutely must use colons, your best bet is probably to try out
one of the "second generation" build management tools, like cook.
If you need to stay with make, and you only have a few files with colons
and you can't change them to not use colons, you can fool make by having
the targets in the makefile be temp files which make then creates
along with the real targets, and use the temp file names as targets.
It's very gross.
--
-------------------------------------------------------------------------------
Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at:
http://www.gnu.org http://www.paulandlesley.org/gmake/
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make