Use $(MAKE) instead of "make" to build Solaris inline assembly
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
9640407643
commit
f77262513e
|
@ -92,7 +92,8 @@ if SOLARIS_ASM_INLINE
|
||||||
BUILT_SOURCES += os-support/solaris/solaris-@SOLARIS_INOUT_ARCH@.il
|
BUILT_SOURCES += os-support/solaris/solaris-@SOLARIS_INOUT_ARCH@.il
|
||||||
|
|
||||||
os-support/solaris/solaris-@SOLARIS_INOUT_ARCH@.il:
|
os-support/solaris/solaris-@SOLARIS_INOUT_ARCH@.il:
|
||||||
cd os-support/solaris ; make solaris-@SOLARIS_INOUT_ARCH@.il
|
cd os-support/solaris ; \
|
||||||
|
$(MAKE) $(AM_MAKEFLAGS) solaris-@SOLARIS_INOUT_ARCH@.il
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# do not use $(mkdir_p) if you want automake 1.7 to work
|
# do not use $(mkdir_p) if you want automake 1.7 to work
|
||||||
|
|
Loading…
Reference in New Issue