At 09:01 AM 1/2/2002 -0500, [EMAIL PROTECTED] wrote:
>I note that MMS (the make utility from Compaq) also supports both '@' and
>'-' but it is quite likely that either punctuation mark requires a space
>after it to work 

Yes, that's the problem.  We had

-$(TOUCH)

and the "-" was sent through as part of the command.  But if instead we use

- $(TOUCH)

we'll be ok.  I've tested it with the space under MMK and it works as expected.

Reply via email to