help-make
[Top][All Lists]
Advanced

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

gnu problem


From: Partha Chakrabarti
Subject: gnu problem
Date: Wed, 23 Jan 2002 12:08:53 +0530

I am working with gnumake 3.78.1.
 

insert_cksum$(EXE_EXT):$(INSERT_CKSUM_OBJECTS) $(LIBLMGR) $(INSERT_CKSUM_LIBS)

when i compile the above line it is giving

*** multiple target patterns.Stop.

we can remove this by arranging in the following order

insert_cksum$(EXE_EXT): $(INSERT_CKSUM_OBJECTS)

                        $(LIBLMGR)

                        $(INSERT_CKSUM_LIBS)

why?

reply me as early as possible.

With Regards,
 
Partha
 

reply via email to

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