--- Jim Cunning <[EMAIL PROTECTED]> wrote:
> There should be tabs ONLY on the command lines, not
> on the lines that
> define the dependency relationships.  For example,
> 
> all: myprogram                        [This line has no leading TAB]
> 
> myprogram: io.o init.o compute.o
>       gcc -o myprogram io.o init.o compute.o  [This line
> has a TAB]
> 
> compute.o: compute.c
>       gcc -Wall -c -o compute.o compute.c [This line has
> a TAB]
> 
> ...
> ... etc
> ...
> 
I see.Will try right now.Thanks!

__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to