diff --git a/share/mk/bsd.endian.mk b/share/mk/bsd.endian.mk index 2a617a1d279..b990172c779 100644 --- a/share/mk/bsd.endian.mk +++ b/share/mk/bsd.endian.mk @@ -12,7 +12,7 @@ MACHINE_ARCH_LIST.big = \ powerpc64 .for e in big little -N_$e:= ${MACHINE_ARCH_LIST.$e:${M_ListToSkip}} +N_$e:= ${MACHINE_ARCH_LIST.$e:@m@N$m@:ts:} .endfor # For the host, we need to look at the host architecture