Date: Wed, 23 Jun 1999 11:20:07 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Yogesh Sharma cc: djgpp AT delorie DOT com Subject: Re: makefile In-Reply-To: <7kmpgs$mv4$1@newssvr01-int.news.prodigy.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 21 Jun 1999, Yogesh Sharma wrote: > Following make file doesn't work ? HELPppppppppp > > > CC = gcc > CFLAGS = -g -O2 > OBJS = main.o foo.o > > libmain.a : $(OBJS) > ar rs libmain.a $(OBJS) I already replied to your message like this, about a week ago, saying that I cannot reproduce the problem. So please post more information, because I don't find anything wrong in this case. Please also read my reply that I posted back when you asked this.