cs makefile: fix cross-compilation dependency
This commit is contained in:
parent
ef9a4a4e29
commit
c75d8d71c1
|
@ -42,3 +42,6 @@ ${xpatch}: ${xpatchobj}
|
|||
x$(xm).$(m):
|
||||
$(MAKE) -f Mf-cross m=$(m) xm=$(xm) i=f o=3 d=0 xpatch
|
||||
mv xpatch x$(xm).$(m)
|
||||
|
||||
# Ensure that cross-compiling "nanopass.so" is rebuilt if the host compiler changed
|
||||
nanopass.so: ${SCHEME} ${SCHEMEHEAPDIRS}/petite.boot ${SCHEMEHEAPDIRS}/scheme.boot
|
||||
|
|
Loading…
Reference in New Issue
Block a user