Message-ID: From: "Isaacson, Tom" To: "'djgpp AT delorie DOT com'" Subject: RE: How to force make to recompile? Date: Wed, 27 Jan 1999 12:48:58 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Reply-To: djgpp AT delorie DOT com Delete the executable, or the object files you link to produce it. Tom Isaacson mailto:TIsaacson AT ndsuk DOT com -----Original Message----- From: Ya'qub [mailto:rick AT nct-active DOT com] Sent: 27 January 1999 10:17 To: djgpp AT delorie DOT com Subject: How to force make to recompile? Greetings, Compilation in my makefile depends on several switches that I define in the makefile. However, if I decde to edit the makefile and add a new switch, when I run make it says that the executable is up to date. How can I force make to rebuild everything since now there is a new set of compilation switches that I want? Thanks Ya'qub