Signed-off-by: Alan Coopersmith <[email protected]> --- 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/solar...@[email protected] os-support/solaris/solar...@[email protected]: - cd os-support/solaris ; make solar...@[email protected] + cd os-support/solaris ; \ + $(MAKE) $(AM_MAKEFLAGS) solar...@[email protected] endif # do not use $(mkdir_p) if you want automake 1.7 to work -- 1.5.6.5 _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
