Makefile.in: Pass VPATH=$(fsrcdir) when calling make in rts directory.

* Makefile.in: Pass VPATH=$(fsrcdir) when calling make in rts
	directory.

From-SVN: r51559
This commit is contained in:
Andreas Schwab 2002-03-29 16:10:04 +00:00 committed by Andreas Schwab
parent f1e639b1ac
commit 1d5af8719f
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2002-03-29 Andreas Schwab <schwab@suse.de>
* Makefile.in: Pass VPATH=$(fsrcdir) when calling make in rts
directory.
2001-03-28 Robert Dewar <dewar@gnat.com>
* checks.ads:

View File

@ -1874,7 +1874,7 @@ gnatlib: ../stamp-gnatlib1 ../stamp-gnatlib2
ADA_INCLUDES="$(ADA_INCLUDES_FOR_SUBDIR)" \
CFLAGS="$(GNATLIBCFLAGS)" ADA_CFLAGS="$(GNATLIBCFLAGS)" \
ADAFLAGS="$(GNATLIBFLAGS)" \
srcdir=$(fsrcdir) \
srcdir=$(fsrcdir) VPATH=$(fsrcdir) \
-f ../Makefile \
$(GNATRTL_OBJS)
$(RM) rts/libgnat$(arext) rts/libgnarl$(arext)
@ -1951,7 +1951,7 @@ internal-hielib: ../stamp-gnatlib1
ADA_INCLUDES="$(ADA_INCLUDES_FOR_SUBDIR)" \
CFLAGS="$(GNATLIBCFLAGS)" \
ADAFLAGS="$(GNATLIBFLAGS)" \
srcdir=$(fsrcdir) \
srcdir=$(fsrcdir) VPATH=$(fsrcdir) \
-f ../Makefile \
$(HIE_OBJS)
$(CHMOD) a-wx rts/*.ali
@ -1974,7 +1974,7 @@ internal-ravenlib: ../stamp-gnatlib1
ADA_INCLUDES="$(ADA_INCLUDES_FOR_SUBDIR)" \
CFLAGS="$(GNATLIBCFLAGS)" \
ADAFLAGS="$(GNATLIBFLAGS)" \
srcdir=$(fsrcdir) \
srcdir=$(fsrcdir) VPATH=$(fsrcdir) \
-f ../Makefile \
$(RAVEN_OBJS)
$(CHMOD) a-wx rts/*.ali