1 2# For universe we want to potentially 3# build for multiple MACHINE_ARCH per MACHINE 4# so we need more than MACHINE in TARGET_SPEC 5TARGET_SPEC_VARS?= MACHINE MACHINE_ARCH 6 7# this is sufficient for most of the tree. 8.MAKE.DEPENDFILE_DEFAULT = ${.MAKE.DEPENDFILE_PREFIX} 9 10# but if we have a machine qualified file it should be used in preference 11.MAKE.DEPENDFILE_PREFERENCE = \ 12 ${.MAKE.DEPENDFILE_PREFIX}.${MACHINE} \ 13 ${.MAKE.DEPENDFILE_PREFIX} 14 15