This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: Target config headers out of config.h


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]