Date: Sun, 4 Jun 95 02:36:11 PDT Reply-To: pdasilva AT tpone DOT telepac DOT pt (P. da Silva) From: pdasilva AT tpone DOT telepac DOT pt (P. da Silva) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: MAKE jumps? Hello Thank you all who answered to my previous Q. I readed the info and in fact "TAB must preced a command" is there. I saw it the first time but I didn't pay attention to that perhaps because it seemed unbelievable :O. Well, now things are going fine... I have 2 new Qs not so naive I hope: 1. How can I put unconditional executable commands in a make file? 2. How can I make some commands dependend on a parameter? For example: I need to generate a PPP.exe file and delete the intermediate file PPP only when there is no need to debug it. Besides, the compiler options must also be different in this case (-g). I took a look to some examples I have and all of them ask, in a comment line, to edit some vars settings. Isn't there a better way to do this? TIA for any help. Paulo