On 8/7/06, Rajanikanth T - TLS, Bangalore <rajanit hcl.in> wrote:
...
> export/home1/testuser/make_dir/make11.mak:1: ***
missing
> separator. Stop.
>
> make11 .mak contains the below code.
>
> .PHONY clean
That's the line that make is complaining about. The
separator that's
missing is the colon that belongs between
".PHONY" and "clean".
Philip Guenther
_______________________________________________
Help-make mailing list
Help-make gnu.org
http:
//lists.gnu.org/mailman/listinfo/help-make
|