From: "Brian Christiansen" Newsgroups: comp.os.msdos.djgpp References: <0apv6.10280$P4 DOT 869113 AT newsread1 DOT prod DOT itd DOT earthlink DOT net> <9003-Sun25Mar2001201444+0200-eliz AT is DOT elta DOT co DOT il> Subject: Re: Trying to figure out makefiles Lines: 21 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: <32rv6.10684$P4.890158@newsread1.prod.itd.earthlink.net> Date: Sun, 25 Mar 2001 18:46:23 GMT NNTP-Posting-Host: 63.178.210.143 X-Complaints-To: abuse AT earthlink DOT net X-Trace: newsread1.prod.itd.earthlink.net 985545983 63.178.210.143 (Sun, 25 Mar 2001 10:46:23 PST) NNTP-Posting-Date: Sun, 25 Mar 2001 10:46:23 PST Organization: EarthLink Inc. -- http://www.EarthLink.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Eli Zaretskii" wrote in message news:9003-Sun25Mar2001201444+0200-eliz AT is DOT elta DOT co DOT il... > Try "make -f proj13.mak" instead. By default, Make looks for a file > called `Makefile' in the current directory; if you want another file > name, you need to tell that to Make via the -f option. > I tried the following, and got the following results: C:\djgpp\bin\projects>make -f proj13.mak proj13.exe proj13.mak:5: *** missing separator. Stop. C:\djgpp\bin\projects>make -f proj13.mak proj13.mak:5: *** missing separator. Stop. Brian Christiansen