Use of absolute path to JTreg tool in IcedTea6 HEAD
Andrew Haley
aph at redhat.com
Fri Dec 23 09:06:45 PST 2011
On 12/23/2011 02:46 PM, Pavel Tisnovsky wrote:
> diff -r 8021c50df762 -r 5f30a4f16734 Makefile.am
> --- a/Makefile.am Fri Dec 23 01:09:04 2011 +0000
> +++ b/Makefile.am Fri Dec 23 14:31:49 2011 +0100
> @@ -193,7 +193,7 @@
> # Sources list
>
> REWRITER_SRCS = $(top_srcdir)/rewriter/com/redhat/rewriter/ClassRewriter.java
> -JTREG_SRCS = $(top_srcdir)/src/jtreg
> +JTREG_SRCS = $(abs_top_srcdir)/src/jtreg
>
> # Patch list
>
That is correct.
Andrew.
More information about the distro-pkg-dev
mailing list