help-make
[Top][All Lists]
Advanced

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

"missing separator"


From: Nimmagadda, Gautham
Subject: "missing separator"
Date: Tue, 24 Dec 2002 12:37:40 -0500

Hi,

  I am getting “makefile:24: *** missing separator.  Stop.” When I am trying to build third party s/w,

Can some one please help figuring out the problem!

 

Line 24 is : echo “……..”

 

My makefile:

########################################################

ROOT:= ../..

include  $(ROOT)/common/inc/makefile

 

TARGETDIRS := $(ROOT)/api/tsa/cnf \

              $(ROOT)/api/tsa/cta/demos/cnfjoin \

              $(ROOT)/api/tsa/cta/demos/cnfinfo

 

TARGET = release

 

default: $(TARGETDIRS)

    echo "CNF - Top-level make completed successfully" <<<<< this is line 24

 

all release debug cleanall cleanrls cleandbg:

    $(LOG_DATE)

    $(MAKE) TARGET=$@

    $(LOG_DATE)

 

$(TARGETDIRS):

    $(MAKE) -C $@ $(TARGET)

 

.PHONY : cleanall all cleanrls cleandbg release debug $(TARGETDIRS)

#######################################################################

 

thanks,

Gautham

 


reply via email to

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