Re: override make file variables
Ralf Wildenhues <[email protected]>
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Organization | Department of Numerical Simulation, University of Bonn |
| Message-ID | <[email protected]> |
* 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