From: "Daleg" Newsgroups: comp.os.msdos.djgpp Subject: erroring makefile.. Date: 12 May 1998 15:25:57 GMT Organization: Scifi Communications International, http://www.sci.fi/, helpdesk AT sci DOT fi, +358 3 2899111 Lines: 17 Message-ID: <01bd7dba$3a90d040$LocalHost@default> NNTP-Posting-Host: kou25.pp.dlc.fi To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk slink: $(OTHER) $(LOBJ) <- here gomes the separator error!! > $(CC) $(CFLAGS) $(OTHER) $(LOBJ) -o $@ ^^^ Here, put a > strip $@ ^^^ and here as well. I didi put the \t but the separator error dont go away! like this... slink: $(OTHER) $(LOBJ) <- here gomes the separator error!! > \t $(CC) $(CFLAGS) $(OTHER) $(LOBJ) -o $@ *--------should it be at the between these 2 sentences? > \t strip $@ * same here..