This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
adding a path to include search path
- From: Justin Miller <millerj at wam dot umd dot edu>
- To: "'gcc-help at gcc dot gnu dot org'" <gcc-help at gcc dot gnu dot org>
- Date: 25 Jul 2003 01:31:56 -0400
- Subject: adding a path to include search path
- Organization:
Hey, I'm working on a program with many a Makefile... There are two
included files that are included in angle braces, but they are in a
subdirectory from mu home directory. How can I add this path to the
standard path's that are searched in this case?
Justin