blob: dd4051dcf9ecd575524d6981b56409a0e8a962e7 [file] [log] [blame]
if [ "${srcdir}" = "." ] ; then
if [ "${with_target_subdir}" != "." ] ; then
topsrcdir=${with_multisrctop}../../..
else
topsrcdir=${with_multisrctop}../..
fi
else
topsrcdir=${srcdir}/../..
fi
if [ -d ${topsrcdir}/gcc ] ; then
echo "
check:
check-old: ${CHECK}" >>Makefile
else
echo "
check: ${CHECK}" >>Makefile
fi