This is the mail archive of the gcc@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]

Re: Ada: VPATH in ada/Makefile.adalib


Geert Bosch <bosch@gnat.com> writes:

> On Fri, 5 Oct 2001, Florian Weimer wrote:
>
>   After some tweaking, I've been able to build the GNAT run-time
>   library. However, the build process now stops because ada/Makefile
>   assumes that the ada/rts/ subdirectory contains all *.o files:
>   
>   	$(AR) $(AR_FLAGS) rts/libgnat$(arext) \
>   	   $(addprefix rts/,$(GNATRTL_NONTASKING_OBJS) $(LIBGNAT_OBJS))
>   
>   This is not true, some of the *.o files are not built because of the
>   use of VPATH in ada/Makefile.adalib.
>
> Makefile.adalib is not used for building the library in a normal build.

Yes, you're right of course, but the problem seems to exist anyway,
and I think it is indeed related to the use if VPATH (Makefile[.in]
uses it, too).


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