make error

2003-11-17 Thread spai
Hi-

I'm getting a Makefile error which says missing separator
on line 5. I'm at my wit's end to figure why I'm getting this
error. The Makefile is attached. I'm running tcsh as my shell.
The makefile is attached.

Thanks,
Suhas

junk
Description: Binary data
 ___
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make


Re: make error

2003-11-17 Thread Paul D. Smith
Please check the GNU make manual for information on make syntax.

In particular, every shell command line in a make rule must begin with a
TAB character (not spaces, but a TAB).

-- 
---
 Paul D. Smith <[EMAIL PROTECTED]>  Find some GNU make tips at:
 http://www.gnu.org  http://make.paulandlesley.org
 "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