Re: problem with make

1997-06-10 Thread Guy Maor
Andreas Jellinghaus <[EMAIL PROTECTED]> writes: > i want to set the variable CPPFLAGS in my debian/rules, so all processes > called by make will have an evironment variable CPPFLAGS with that > content. export CPPFLAGS = "whatever" will do what you want. You should, of course, be calling submak

problem with make

1997-06-10 Thread Andreas Jellinghaus
hy. how can i do this : i want to set the variable CPPFLAGS in my debian/rules, so all processes called by make will have an evironment variable CPPFLAGS with that content. concret : i need to set CPPFLAGS in environment, so configure scripts will include a special directory when searching for in