X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Jazz" Newsgroups: comp.os.msdos.djgpp Subject: makefile........... Date: Fri, 14 Dec 2001 11:23:23 -0000 Organization: Loughborough University, UK Lines: 45 Message-ID: <9vcngj$596$1@sun-cc204.lut.ac.uk> NNTP-Posting-Host: hf-hall-stud-223-223-44.lut.ac.uk X-Trace: sun-cc204.lut.ac.uk 1008329043 5414 131.231.223.44 (14 Dec 2001 11:24:03 GMT) X-Complaints-To: usenet AT lboro DOT ac DOT uk NNTP-Posting-Date: Fri, 14 Dec 2001 11:24:03 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi thanks for the answer :-) the makefile I have is very complicated if I wanted to add something say a file file1.cpp what do I add ? the file1.o and .exe & .cpp ?? I am currently trying to add this file to the make file given it is a makefile with no extension I open it in notepad and save it.. any changes doesn't affect the make.exe it still gives the same output i.e. error undefined referencene to main. since file1.cpp I want to make it to main and say file.c as a link file. if you can help then highly appreciated thanks again rgrds Jazz ----- Original Message ----- From: "DJ Delorie" Newsgroups: comp.os.msdos.djgpp To: Sent: Thursday, December 13, 2001 6:39 PM Subject: Re: Makefile > > > does anyone know how to recompile the make.exe > > after one have added things to the makefile?? > > You should never need to rebuild make.exe, no matter what you do to > your Makefiles. > > Unless, of course, you're changing the Makefile in the sources for > make itself, but if that were the case, you wouldn't have needed to > ask your question because the answer would be obvious ;-)