[PATCH] Use $(MAKE) instead of "make" to build Solaris inline assembly
Peter Hutterer
peter.hutterer at who-t.net
Thu Nov 5 17:37:52 PST 2009
On Thu, Nov 05, 2009 at 11:42:33AM -0800, Alan Coopersmith wrote:
> Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>
> ---
> hw/xfree86/Makefile.am | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am
> index 159b935..914e11f 100644
> --- a/hw/xfree86/Makefile.am
> +++ b/hw/xfree86/Makefile.am
> @@ -92,7 +92,8 @@ if SOLARIS_ASM_INLINE
> BUILT_SOURCES += os-support/solaris/solaris- at SOLARIS_INOUT_ARCH@.il
>
> os-support/solaris/solaris- at SOLARIS_INOUT_ARCH@.il:
> - cd os-support/solaris ; make solaris- at SOLARIS_INOUT_ARCH@.il
> + cd os-support/solaris ; \
> + $(MAKE) $(AM_MAKEFLAGS) solaris- at SOLARIS_INOUT_ARCH@.il
> endif
>
> # do not use $(mkdir_p) if you want automake 1.7 to work
> --
> 1.5.6.5
>
Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
More information about the xorg-devel
mailing list