[PATCH] Use $(MAKE) instead of "make" to build Solaris inline assembly
Alan Coopersmith
alan.coopersmith at sun.com
Thu Nov 5 11:42:33 PST 2009
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
More information about the xorg-devel
mailing list