* parag wrote on Wed, Apr 16, 2008 at 08:49:43AM CEST: > cat makefil > CPP=cc
> Now I want to override this CPP from the invocation line for the > makefile. Is it possible to do the same . please help me Try make CPP="cc -E" or similar. Cheers, Ralf
* parag wrote on Wed, Apr 16, 2008 at 08:49:43AM CEST: > cat makefil > CPP=cc
> Now I want to override this CPP from the invocation line for the > makefile. Is it possible to do the same . please help me Try make CPP="cc -E" or similar. Cheers, Ralf