flag '-I'

c++ 5.0 solaris 2.7

I have put -I at the beginning of every INCLUD's path in the makefile like this INCLUDE = -I.\

(tab)= -I $(PATH1)\

...

but the compiler still gave out warnning msg:

Value expected for flag '-I' for '/opt/SUNWspro/SC5.0/bin/ccfe

Can anyone tell me why? Thanks

tony

[344 byte] By [simony1] at [2007-11-25 23:42:04]
# 1
sorry a typoINCLUDE = -I.\ (tab)-I $(PATH1)\ ...
simony1 at 2007-7-5 18:49:33 > top of Java-index,Development Tools,Solaris and Linux Development Tools...