This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: Target config headers out of config.h
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- To: Zack Weinberg <zack at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 2 Mar 2002 08:36:07 +0000
- Subject: Re: RFC: Target config headers out of config.h
- References: <20020302013050.GD26089@codesourcery.com>
Zack Weinberg wrote:-
-LIBCPP_DEPS = $(CPPLIB_H) cpphash.h line-map.h hashtable.h intl.h \
- $(OBSTACK_H) $(SYSTEM_H)
+LIBCPP_DEPS = $(CPPLIB_H) cpphash.h hashtable.h intl.h $(OBSTACK_H) $(SYSTEM_H)
Is there any reason for this? You've lost dependence on line-map.h
(it's included from cpplib.h).
Neil.