From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: Makefile Help Date: 16 Jun 2003 10:34:52 GMT Organization: Aachen University of Technology (RWTH) Lines: 23 Message-ID: References: NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 1055759692 24198 137.226.32.75 (16 Jun 2003 10:34:52 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 16 Jun 2003 10:34:52 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Chris Lee wrote: > What do you need to do in order to get this makefile to > work with DJGPP? From a cursory look at it: nothing. You might want to get rid of the -D_LARGEFILE stuff, that's all. > unrar: WHAT=UNRAR > unrar: $(OBJECTS) $(UNRAR_OBJ) > @rm -f makeunrar > $(LINK) -o unrar $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS) > @strip unrar This block is the only thing I'm not certain about, off-hand. Two rules for the same target is not something I've seen before, so doubt it'll work. Are you sure you didn't edit this makefile from the distributed original, before posting it? -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.