X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Message-ID: <011801c18420$057729c0$2cdfe783@lboro.ac.uk> From: "Shabir Govani" To: References: <9varlh$fdl$1 AT sun-cc204 DOT lut DOT ac DOT uk> <200112131839 DOT fBDId5u07758 AT envy DOT delorie DOT com> Subject: Re: Makefile Date: Thu, 13 Dec 2001 21:49:20 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Lboro-Filtered: mailer2.lut.ac.uk, Thu, 13 Dec 2001 21:49:44 +0000 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 ;-)