bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Unknown error


From: bxhowell
Subject: Unknown error
Date: Sun, 19 Nov 2000 11:11:55 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]