I am using Red Hat Linux 7.0 for the first time. I just tried compiling
a C program with
a make file. The Makefile is rather simple. It comes back with the
error:
Makefile:12 *** missing separator. Stop.
This makefile has
SOURCES=prog1.c
PRODUCT=$(HOME)/bin/prog
CC=cc
CFLAGS=-g -O
all: $(PRODUCT)
$(PRODUCT): $(SOURCES)
$(CC) $(CFLAGS) -o $(PRODUCT) $(SOURCES)
Is this reported error meaningful to you?
Thanks for any feedback.
Benton Howell
_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make