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: [Ada] add gcc-interface subdirectory


> This means that the following command no longer works for ada.h (which
> is in LIBGNAT_SRCS):
> 
> 	$(foreach f,$(ADA_INCLUDE_SRCS) $(LIBGNAT_SRCS), \
> 	  $(LN_S) $(fsrcpfx)$(f) $(RTSDIR) ;) true

Right, this clean up was part of a next round of changes.
ada.h is no longer be part of LIBGNAT_SRCS, so the above is just creating
a useless link.

I'll remove ada.h from LIBGNAT_SRCS as soon as my testing is finished,
thanks for noticing.

Arno


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