On Apr 17, 3:19 am, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > * 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
thanks a lot , it works
