Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!wuarchive!udel!mmdf From: D98E%DDATHD21.BITNET@cunyvm.cuny.edu (Peter Lautenschlaeger) Newsgroups: comp.os.minix Subject: Re: Shoelace make problem Message-ID: <40221@nigel.ee.udel.edu> Date: 29 Dec 90 11:23:13 GMT Sender: mmdf@ee.udel.edu Lines: 15 > The message using makefile.min is ... no targets specified around > line 40...... It's a silly suggestion, but worth checking I have to make. Check if all lines after a target: start with a tab. target: commands more commands ... otherwise the commands are interprted as a dependency without a target Silly suggestion, I know Peter